Hi Wolfgang,
You can get working macro buttons with help of Jeremy Ruston's
BackstageTiddlersPlugin
http://svn.tiddlywiki.org/Trunk/contributors/JeremyRuston/plugins/BackstageTiddlersPlugin.js
The code rewritten to:
//{{{
if(!version.extensions.BackstageTiddlersPlugin) {
version.extensions.BackstageTiddlersPlugin = {installed:true};
config.tasks.macros = {
text: "macros",
tooltip: "Access the raw tiddlers",
content: "<<newTiddler>><<saveChanges>>"};
config.backstageTasks.push("macros");
} //# end of 'install only once'
//}}}
gives you a "macros" entry in the backstage with buttons for "new
tiddler" and "save changes".
Cheers,
Ton
On Nov 26, 4:14 pm, wolfgang <[email protected]> wrote:
> Thanks Måns, but none of your samples are answering my question.
>
> As I wrote in the opening post, it is very easy to add any tiddler, or
> even the search input box to the backstage area. But no direct macro
> button, as for example the one for 'new tiddler'.
>
> See what I'm asking for in this example:
>
> http://dl.dropbox.com/u/241006/Triptych_2.6.4.html
>
> Just as I wrote, a new button appears, but it doesn't invoke the macro.
--
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.