1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-05-08 10:24:08 +00:00

Add new multiwikiserver edition

This commit is contained in:
Jeremy Ruston 2024-01-03 16:47:20 +00:00
parent a980390870
commit e9d3f67c5c
3 changed files with 24 additions and 3 deletions

View File

@ -0,0 +1,22 @@
{
"description": "Multiple wiki client-server edition",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"tiddlywiki/multiwikiserver"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--render","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
"static": [
"--render","$:/core/templates/static.template.html","static.html","text/plain",
"--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
"--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain","$:/core/templates/static.tiddler.html",
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"]
}
}

View File

@ -9,8 +9,7 @@
"tiddlywiki/menubar", "tiddlywiki/menubar",
"tiddlywiki/qrcode", "tiddlywiki/qrcode",
"tiddlywiki/tiddlyweb", "tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem", "tiddlywiki/filesystem"
"tiddlywiki/multiwikiserver"
], ],
"themes": [ "themes": [
"tiddlywiki/vanilla", "tiddlywiki/vanilla",

View File

@ -11,7 +11,7 @@ npm install
To start the server: To start the server:
``` ```
tiddlywiki editions/prerelease --listen tiddlywiki editions/multiwikiserver --listen
``` ```
Then visit the sample wikis in a browser: Then visit the sample wikis in a browser: