Hi. I am fairly new to TiddlyWiki5...

I am using topmenu plugin (http://tongerner.tiddlyspot.com/) and I would 
like to create a button, which, when clicked, would popup all tags and 
would allow me to click them and select specific tiddler...

I have no issue listing all tags:
<$list filter="[tags[]!is[system]sort[title]]" 
template="$:/plugins/tongerner/topmenu/menu-template" />



But when I try to "nest" them inside button, I have issue. When clicked, 
the list shows, however it is not further clickable (i.e. when clicking on 
certain tag, the button "closes")

<$button popup=<<qualify "$:/state/popup/tag">> class="tc-btn-invisible 
tc-untagged-label tc-tag-label">
Tags
</$button>
<$reveal state=<<qualify "$:/state/popup/tag">> type="popup" 
position="below">
<div class="tc-drop-down">
<$list filter="[tags[]!is[system]sort[title]]" 
template="$:/plugins/tongerner/topmenu/menu-template" />
</div>
</$reveal>

What would be the best way to make such (at least two level) "pop-up tree":
- level one, pop-up all tags (on button click)
- level two, pop-up tiddler (on tag click)
...of course, on tiddler click, I'd like to open it :)

Any help would be appreciated,
 Joc.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a634d803-df31-4509-86d4-26e1df3596f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to