I have two specific questions from the pros who have multiple wikis.
First, how do you ensure all your wikis run on the same plugins and customization set? Say you customize the style of one wiki; now, how do you sync it with the rest of your old and new wikis?
Second, how do you do interlinking? Say, I want to write in my journal that today I worked on “Indexing problem in the Project Manhattan.” But Project Manhattan is a separate wiki with the tiddler, “Indexing problem.” How will I link my journal entry to the entry in another wiki?
Background
My wiki has grown to over 4000 tiddlers. I do not face performance issues by running it from NodeJS locally with only a selected number of plugins and all images and PDFs hosted externally. Except, Relink plugin adds a break of 3-4 seconds every time I rename a tiddler.
But it has grown to a point where I should split it into multiple wikis for better information organization.
What have I tried so far?
-
includeWikis
is a practical option to run multiple wikis from a single Wiki. But it does not solve the information management issue. All tags, tiddlers, TOC, etc., appear in the same place, crowding the UI. -
I also tried placing plugins in a shared folder, which makes those plugins available to all the wikis but does not solve the customization issue.