The following tiddler will create a new *Menu* tab in the sidebar with your 
links (also attached as a json file that you can import via drag and 
drop)...

title: $:/_dmitry/ui/SideBar/Menu
tags: $:/tags/SideBar
caption: Menu
list-before: 

<style>.menu a{display:block;}</style><div class="menu">

[[tag1]]
[[tag2]]
[[tag3]]

</div>

The first four lines are fields, *title* and *tags* are standard fields and 
*caption* and *list-before* custom fields, the *text* of the tiddler starts 
after the blank line. The style block makes the links display as one per 
line. After you save and close this tiddler, you find this tiddler at the 
top of the list in *Sidebar* / *More* / *System*.

Now, import the tagging macro to your TiddlyWiki:

tagging @ tb5 <http://tb5.tiddlyspot.com/#Tagging%20Macro>

Click *[[tag1]]* in *Sidebar* / *Menu* and add put *<<tagging>>* to the 
body.
This will now list all tiddlers tagging to *[[tag1]]*.

Repeat this with *[[tag2]]* and *[[tag3]]* or any other tiddler where you 
want to see the tiddler's tagging to it in a list.

Would this be what you had in mind?


You could also use any of these variants to render a tagging list...

1. via text reference in list transclusion with filter

{{{[{!!title}tagging[]]}}}

2. via variable in list transclusion with filter

{{{[<currentTiddler>tagging[]]}}}

2. via all operand in list transclusion with filter

{{{[all[current]tagging[]]}}}

4. via list-links macro

<<list-links filter:"[all[current]tagging[]]">>

5. via list widget

<$list filter="[all[current]tagging[]]">
<$link><$view field=title/></$link><br>
</$list>

Try out the above directly on tiddlywiki.com, pasting it into *HelloThere*.

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Attachment: $--_dmitry-ui-SideBar-Menu.json
Description: Binary data

Reply via email to