On Aug 2, 10:14 pm, HansG <[email protected]> wrote:
> Have you any idea or an example to setup Menus using this Plugin?
Nope not really.
Just can have a look at: http://tobibeer.tiddlyspace.com/#MainMenu
text.
eg: one element in MainMenu is:
<<popup Plugins [[<<tiddler Plugins$))]] arrow:''>>
====
The "Plugins" tiddler contains a transclusion
<<tiddler Latest with: Plugins modified>>
and a "title formatted" tiddler link element.
{{title{[[List of all plugins...|All Plugins]]}}}
====
the "Latest" tiddler contains a <<tiddlerList ..>> macro call.
<<tiddlerList tags:"$1" top:"10" dateFormat:"0DD.mmm:"
itemTemplate:"*[[%$2 %title|%title]] \n" order:"-$2">>
The parameters of this macro can be seen in the "Documentation Link".
See the macro header.
http://tobibeer.tiddlyspace.com/#TiddlerListMacro
====
Since the different "top menu" items are created with the help of
different "list type" macros, you'll need to investigate.
It's a bit like following the bread crumbs ... sry about that ;)
Some more info about << tiddler xxx with: abc>> can be found here:
http://tiddlywiki.org/#%5b%5btiddler%20macro%5d%5d
@Tobias can you jump in ??
-mario
--
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.