> I can’t get the “new here” plugin (http://mptw.tiddlyspot.com/
> #NewHerePlugin) to work with the standard TiddlyWiki version. Is there
> a plugin with similar functionality that works with the standard
> TiddlyWiki?
The only thing NewHerePlugin does is to insert an extra param into a
call to the standard <<newTiddler>> (or <<newJournal>>) macro, so that
the name of the current tiddler is automatically used as a tag on the
newly created tiddler.
However, as of TW230, this can be easily accomplished without the
plugin by direct reference to the 'tiddler' global context object,
using a 'computed parameter' in the standard <<newTiddler>> macro,
like this:
<<newTiddler ... tag:{{tiddler.title}}>>
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---