Hi! I suggest you try Eric's CheckboxToggleTag (1). With it, you can add/ remove tag and replace one tag with another. Examples: <<tiddler CheckboxToggleTag with: sometag>> add/remove 'sometag' <<tiddler CheckboxToggleTag with: tagA tagB>> toggle tagA (checked) and tagB (unchecked)
(1) http://www.TiddlyTools.com/#CheckboxToggleTag w On 23 okt., 08:12, TonyM <[email protected]> wrote: > If you used the trash Plugin you could tag it trash but you will still need > to empty trash, and tag with excludeLists excludeMissing to keep it out of > lists until then. > > All my active lists will not list tiddlers tagged "closed". So tagging it > closed is an intermediate from of delete. > > http://ido-xp.tiddlyspot.com/#TrashPlugin > > What do you mean Modify a tiddler ? > > Regards > Tony > > > > > > > > On Sunday, October 21, 2012 5:44:34 PM UTC+11, Ronen Teva wrote: > > > How can I modify (delete, tag, etc...) a tiddler from a different tiddler? > > > My code is: > > <<forEachTiddler > > where > > 'tiddler.tags.containsAll(["Task","Current"]) && > > !tiddler.tags.contains(["Done"]) && > > store.getTaggedTiddlers(tiddler.title).length == 0' > > write > > '"<<toggleTag Done [["+tiddler.title+"]] ->\> [["+tiddler.title+"]]\n"' > > > toggleTag works great for adding a tag, but what if I want to change a > > tag, or delete the tiddler? > > > Thanks ahead. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

