I'm not sure if what I do will work for your 'linking' use case but 1. I use Arlen's TiddlyServer <https://github.com/Arlen22/TiddlyServer> implementation 2. I created separate tiddlyiki's whose tiddlers I want to share or have in common in companion directories to where I keep my main TiddlyWikis, the ones where I want to access those shared/common tiddlers 3. In TiddlyServer's settings.json I define those as 'internal' TWs, e.g: "internal": { "shared": "/path/to/TW/Shared", "common": "/path/to/TW/Common" }, 4. In the 'main' TW's that I want to link those with I include those wikis in the , e.g., in /path/to/TW/Home/tiddlywiki.info file: "includeWikis": [ "../Common", "../Shared" ],
I'm not typically accessing those 'main' TWs at the same time so your use case may be different. Typically I am accessing one main TW at work and another main TW at home. But there are some aspects of each that I consider shared (tiddlers on tech I am using in both locations) or common (tiddlers that represent tweaks I have made to TiddlyWiki itself that I don't want have to make repeatedly. By using this approach, as I sync the shared and common tiddlers (in git repos) between systems, I simply restart my TiddlyServer instance and reload the browser tab that contains the main TW. In the very rare case where I have made changes in a shared/common tiddler via either of the main TWs a simple git merge or conflict resolution fixes things up. On Thursday, August 9, 2018 at 10:55:44 PM UTC-4, Yohan Fernando wrote: > > Hi, > Looking out for an option to link multiple TiddlyWikis together? That is, > to have one main wiki, but be able to access the tiddlers, search the > tiddlers from any wiki. I believe this is what the SharedTiddlersPlugin > did. I believe it doesn't work in TW5? I got an alert mentioning its only > meant for TW Classic. > > Cheers, > > Yohan > > -- 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/fd167bff-74cc-46ba-b80b-65306559c092%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

