Hi Jonathan, > Maybe I'm just a last step before the goal. > Someone with a last hint for me? >
All you need is the list filter and a filter expression around the button that only shows it when the filter matches... <$list filter="[all[current] <some-filter-condition-for-the-current-tiddler-for-when-to-show-the-button> ]"> <!-- all the current code --> </$list> For example... <$list filter="[all[current]!tagging[locked]]"> <!-- only show when not tagged "locked" --> </$list> Best wishes, — tb -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a27e0536-b76f-45bf-908b-c59e220f8c50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

