Re: [tw] Is there a way to not popup all tag dropdowns?

2018-03-22 Thread Stephan Hradek
Am Donnerstag, 22. März 2018 13:09:06 UTC+1 schrieb Jeremy Ruston: > > Hi Stephan > > I think this is the simplest fix: > COOL I have no clue, why it works, but it does. Thanks a lot. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

Re: [tw] Is there a way to not popup all tag dropdowns?

2018-03-22 Thread Jeremy Ruston
Hi Stephan I think this is the simplest fix: \define timeline-title() <$view field="title"/> <$set name="transclusion" value=<>><$list filter="[all[current]tags[]]">{{||$:/core/ui/TagTemplate}} \end <$macrocall $name="timeline" format="-0MM-0DD" subfilter="tag[TableOfContents]"/> The t

[tw] Is there a way to not popup all tag dropdowns?

2018-03-22 Thread Stephan Hradek
Hi! I'm using the timeline macro, overwriting the timeline-title macro to also display (some of) the tags of each tiddler. Now when I click on one of the tags, the dropdown of each of these tags openes. Is there a way to avoid this? Example to try out on tiddlywiki.com \define timeline-title