On Oct 7, 1:18 pm, kilucas <[EMAIL PROTECTED]> wrote:
> How is MoveTiddlerToTopPlugin typically implemented please? I can see
> documentation about the macro but not where I might invoke the macro.
> I'd wondered if I should place it on the tiddler toolbar but the macro
> call doesn't have the same form as the definitions in my
> ToolbarCommands macro so I don't know how to add it.
>
> And maybe it's typically invoked from somewhere else anyway.
http://www.TiddlyTools.com/#MoveTiddlerToTop
is not a "plugin"... it is an "inline script", and requires
installation of
http://www.TiddlyTools.com/#InlineJavascriptPlugin
For a brief overview of the differences between script and plugins,
please see:
http://www.TiddlyTools.com/#FAQ_ScriptsAndPlugins
As noted in the MoveTiddlerToTop documentation (view the script source
to see it), the usage is to 'transclude' the script into any tiddler
that you want to have displayed at the top, like this:
<<tiddler MoveTiddlerToTop>>
Note that this script does *not* provide a 'command link' for you to
click on. Rather, the script will be invoked each time the tiddler in
which it has been transcluded
is rendered, automatically moving that tiddler to the top of the story
column.
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---