I'm sure it is not the intended way to accomplish this but what I do is use the TiddlyWiki server / node.js version that maintains tiddlers as separate files. Then, I create a maOS/Unix symlink in one TiddlyWiki tiddler collection that points to the tiddler that I want to include from another collection.
$ ln -s ../../DayLog/tiddlers/TiddlyWiki_Additions.tid . Then, if I update that tiddler what actually gets updated is the 'master' copy in the other collection - in this case my DayLog. git merges of these tiddler collections help me keep my sanity if I end up updating the same tiddler in different instantiations of my TiddlyWiki's. For me, it makes the same information show up in multiple places, effectively combining selected tiddlers in multiple TiddlyWiki. Whether Windows junctions would permit the same on that platform I leave as an exercise. Nor have I tried simply moving a bunch of tiddlers into a sub-directory and symlinking to that subdirectory. -- Jonathan On Tuesday, March 28, 2017 at 2:15:03 PM UTC-4, JWHoneycutt wrote: > > Hello all, > > I would like to combine a few TW5 files into one, and I would like to > avoid having to import individual tiddlers (too many). > > Is there a plugin that handles this? > > Intelligent handling of duplicate tiddler names and ability to add a tag > to every tiddler in a particular database are pluses. > > Thanks for your help. > > JWHoneycutt > -- 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/82e1c7d2-4edc-44d2-987a-2d91d9655809%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

