No activity today, make something!
afya
NewHerePlugin
Markdown Help
Search globally
Save Tiddler
Revert Changes
Cancel Edit
/*** |Name:|NewHerePlugin| |Description:|Creates the new here and new journal macros| |Version:|3.0a| |Date:|27-Jun-2011| |Source:|http://mptw.tiddlyspot.com/#NewHerePlugin| |Author:|Simon Baird
| |License|http://mptw.tiddlyspot.com/#TheBSDLicense| ***/ //{{{ merge(config.macros, { newHere: { handler: function(place,macroName,params,wikifier,paramString,tiddler) { wikify("<
>",place,null,tiddler); } }, newJournalHere: { handler: function(place,macroName,params,wikifier,paramString,tiddler) { wikify("<
>",place,null,tiddler); } } }); //}}}
Autocomplete tags from:
Global tags
Local tags
systemConfig