mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-05 23:10:28 +00:00
Add new multiwikiserver edition
This commit is contained in:
parent
a980390870
commit
e9d3f67c5c
22
editions/multiwikiserver/tiddlywiki.info
Normal file
22
editions/multiwikiserver/tiddlywiki.info
Normal 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"]
|
||||
}
|
||||
}
|
@ -9,8 +9,7 @@
|
||||
"tiddlywiki/menubar",
|
||||
"tiddlywiki/qrcode",
|
||||
"tiddlywiki/tiddlyweb",
|
||||
"tiddlywiki/filesystem",
|
||||
"tiddlywiki/multiwikiserver"
|
||||
"tiddlywiki/filesystem"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
|
@ -11,7 +11,7 @@ npm install
|
||||
To start the server:
|
||||
|
||||
```
|
||||
tiddlywiki editions/prerelease --listen
|
||||
tiddlywiki editions/multiwikiserver --listen
|
||||
```
|
||||
|
||||
Then visit the sample wikis in a browser:
|
||||
|
Loading…
Reference in New Issue
Block a user