A quick and dirty approach that will *usually *work. You could copy your original file, and then in the copy make a tiddler $:/kill
<$button>SCRUB <$action-deletetiddler $filter="[all[tiddlers]!is[system]]"/> </$button> Be sure to close this tiddler so that it's title is $:/kill and not "New tiddler ..." or "Draft of ...". Press the button and all non-shadow tiddlers that are not system tiddlers will be deleted. Your plugins are usually shadows, and so won't be deleted. Your configuration are usually system tiddlers, and so won't be deleted. BUT, you may have excess system tiddlers that aren't for configuration that will be retained. And if you have any required additional macros that were not shadows and not system then they will be zapped. Good luck, Mark On Saturday, November 25, 2017 at 7:44:30 AM UTC-8, [email protected] wrote: > > Hello! > > Am I the first in need of more than one TW? ;) > Maybe there is already a function or an plugin doing this? > > Thanks! > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b8cc0b10-cd9f-402a-8306-0cee1c7c9172%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

