This code provides a button which can be used to add or remove one tag 
"KA01" to a tiddler:


<$fieldmangler>
  <$list filter="[is[current]tag[KA01]]">
    <$button class="button" message="tm-remove-tag" param="KA01">{{check}}<
<tag KA01>></$button>
  </$list>

  <$list filter="[is[current]!tag[KA01]]">
    <$button class="button" message="tm-add-tag" param="KA01"><<tag KA01>
></$button>
  </$list>
</$fieldmangler>

To avoid copy & paste this code a hundred times and change "KA01" manually 
for all available tags I think, there must be an easier solution with a 
macro or so.

I'd like to remove or add every individual tag of my tiddlywiki with a 
special button (each tag has its own button for add or remove). How is it 
possible to generate them in a loop?






-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/106ae57d-1a31-48d2-bcf5-18e42e6ed02a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to