On Friday, January 22, 2016 at 4:23:36 AM UTC-8, Mat wrote: > > Currently, only(?) plugins allow you to manage multiple tiddlers as one > unit. But this should not be limited to plugins because plugins and shadow > tiddlers bring along other "features" such as the prevention of deleting > tiddlers etc. >
As I previously noted (https://groups.google.com/d/msg/tiddlywiki/iVrv72zWe4g/YOHUBA6DDwAJ), you can use the $:/AdvancedSearch filter tab to select tiddlers and export them to a .JSON file. You can then drop this file onto any open TW to import the entire "bundle" of tiddlers. Neither a plugin nor the standard exporting procedure nor drag'n drop > one-tiddler-at-a-time are satisfying solutions for this. > How so? I can easily import a bunch of tiddlers from a single JSON export file. Suppose I also tag those tiddlers (before exporting) so that they are easy to find later on. I can then quickly delete all those tagged tiddlers using a button like this: <$button> delete tagged tiddlers <$action-deletetiddler $filter="[tag[someTag]]"/> </$button> -e -- 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/91909878-ace2-4251-89ba-6a05a9af2316%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

