I have > 1000 tiddlers, of which ~150 have wrong tags :-(
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
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.