Arlen22 / TiddlyServer

v2 - A static file server that can also save files and mount TiddlyWiki folders
https://arlen22.github.io/tiddlyserver/
MIT License
256 stars 36 forks source link

Centralized plugin and stylesheet management for multiple wikis #116

Closed alexandergogl closed 3 years ago

alexandergogl commented 3 years ago

First of all, thank you very much for developing TiddlyServer. For my wikis, I have completly moved to TiddlyServer.

However, I have several data folder wikis and synchronizing the plugins and stylesheets between them is a lot of manual work. I wonder if TiddlyServer provides a mechanism to read plugins and stylesheets from a central location. As far as I've understood it, Node.js seems to be capable of (see https://github.com/flibbles/tw5-relink#for-nodejs). The ideal case would be to control this in the settings.json file.

Best,

Alexander

Arlen22 commented 3 years ago

TiddlyWiki data folders have the "includeWikis" field which can be used to include other data folders. That is generally how I handle this type of thing. https://tiddlywiki.com/#tiddlywiki.info%20Files