Initial Commit

This commit is contained in:
Jeremy Ruston
2024-01-02 14:39:14 +00:00
parent d2d00ffa4d
commit 12d84c43c9
8 changed files with 457 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
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
```