Wolfgang, These look helpful but if I understand correctly they are still interactive. That is the user needs to select a given tag and then an item from the menu. I have a single tiddler "ShowItems" that when I open it, it lists tiddlers similar to this psydocode;
list urgent task tiddlers not inactive or closed list active projectTask tiddlers not inactive or closed etc... This provides a few lists of tiddlers that require attention. I want to automatically tag each of the tiddlers that come up in each list say with the tag "selected", ideally this happend when I open the tiddler "ShowItems". What do you think ? TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Wed, Aug 12, 2009 at 10:02, Anthony Muscio <[email protected]>wrote: > Wolfgang, > This looks cool. I will review and repost. > > Thanks allot > > TonyM > > If you have not found an easy way to do it with TiddlyWiki, you have missed > something. > www.tiddlywiki.com > > > > > On Wed, Aug 12, 2009 at 04:59, wolfgang <[email protected]> wrote: > >> >> Hi Tony, >> >> > Personally I think a set of tools for selecting, displaying, tagging >> > and de-tagging in both interactive and non interactive ways should be >> > part of tiddlywiki's core. >> > >> > I am happy to write the specifications for review if some one asks. >> > >> >> http://yann.perrin.googlepages.com/twkd.html#Batch >> http://yann.perrin.googlepages.com/twkd.html#batchTagTools >> http://yann.perrin.googlepages.com/twkd.html#TemplatedTagTools >> >> These 3 tiddlers can be combined into one 'systemConfig' tagged >> tiddler, and compressed weight only 4.5 KB. >> >> By default it adds the following 3 commands to the 4 already existing >> in the regular tag popup: >> [[Open tag '$1'|$1]] >> <<openAll $1>> >> <<closeTagged $1>> >> <<keepTagged $1>> >> ... <<tagging $1>> >> <<tagDisplayed $1>> >> <<untagDisplayed $1>> >> <<newTiddler label:"New '$1' Tiddler" tag:"$1">> >> >> .. with this transclusion scheme it isn't to difficult to add even >> further scripts to run with all tiddlers of a tag. >> >> Additionally I often use DeleteAllTagged and RenameAllTagged >> bookmarklets: >> >> http://lewcid.org/tiddlywiki-bookmarklets/ >> >> Regards.. >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

