Files
TiddlyWiki5/plugins/tiddlywiki/multiwikiserver/docs/readme.tid
Jeremy Ruston 12d84c43c9 Initial Commit
2024-01-02 14:39:14 +00:00

10 lines
373 B
Plaintext

title: $:/plugins/tiddlywiki/multiwikiserver/readme
This plugin extends the TiddlyWiki 5 server running on Node.js to be able to host multiple wikis, which can share content or be independent.
Before using the plugin, it is necessary to install dependencies by running the following command in the root of the ~TiddlyWiki5 repository:
```
npm install better-sqlite3
```