> But I want to add a macro that will "Empty" the wiki... basically delete all > the pages that I specify. (I don't want to lose all the systemConfig ones > obviously). > Is there an existing one that can do that?
Try this: http://www.TiddlyTools.com/#SaveAsPlugin Then, if you tag all the desired tiddlers with something like "includeNew", you can write: <<saveAs [[label:new document]] includeNew>> This will create a new document that only contains the tiddlers tagged with "includeNew". You can also select tiddlers using more complex tag criteria, by installing: http://www.TiddlyTools.com/#MatchTagsPlugin which adds support for 'boolean tag expression' processing (using and/ or/not operators). Then, you can write something like this, for example: <<saveAs [[label:new document]] includeNew or not data or ->> where "includeNew" and "data" are tag values, and "-" matches *untagged* tiddlers. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

