If you want a newHere button on the toolbar of every tiddler, one easy
thing to do is to open the shadow tiddler called ViewTemplate (to get
to this tiddler, click the "More" tab on the sidebar, and then click
the "Shadowed" tab), find the line that says:
<div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></div>
and add this immediately after the </div>:
<div class='toolbar' macro="newHere label:'new here'"></div>
(there are other more customizeable ways to do this, but this seems to
me the simplest method)
cmari

On Jul 27, 12:04 pm, Eric Shulman <elsdes...@gmail.com> wrote:
> > 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 TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to