I can list them all through the following macro:
<<forEachTiddler
where
'tiddler.text.contains("plugin") && !
tiddler.text.contains("myBadTag")'
write
'"# [["+tiddler.title+"]] ("+tiddler.tags+")\n"'
>>
Now I would like to do two things:
1. Ask the user a "yes or no" question for each tiddler listed above,
and if the user said "yes", open that tiddler.
2. Ask the user a "yes or no" question for each tiddler listed above,
and if the user said "yes", replace all the tags with "XXX YYY ZZZ"
tags (all tiddlers should get the same tags.
Is there a way to do this by extending the macro above?
Thanks for your help.
Cheers; 'best,
shankar swamy
> 1. Ask the user a "yes or no" question for each tiddler listed above,
> and if the user said "yes", open that tiddler.
>
> 2. Ask the user a "yes or no" question for each tiddler listed above,
> and if the user said "yes", replace all the tags with "XXX YYY ZZZ"
> tags (all tiddlers should get the same tags.
Do you know Eric's TiddlerTweakerPlugin? http://www.tiddlytools.com/#TiddlerTweakerPlugin
It features batch editing of tiddler tags and it will let you open
tiddlers individually for editing..
Cheers Måns Mårtensson
On Dec 14, 2:21 pm, cmari <cema...@gmail.com> wrote:
> There's also the MultiTagEditorPlugin:http://ido-xp.tiddlyspot.com/#MultiTagEditorPlugin
> with more information here:https://groups.google.com/forum/?hl=en#!searchin/gtd-tiddlywiki/byzan...
> cmari
Thank, you very much - that was exactly what I was looking for.
Cheers; 'best,
shankar swamy