mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
8744d77f88
This seems to work quite well for me - cc @xcazin
20 lines
366 B
Plaintext
20 lines
366 B
Plaintext
{
|
|
"description": "Server configuration of the tw5.com edition",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight",
|
|
"tiddlywiki/mobiledragdrop"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
"../tw5.com"
|
|
],
|
|
"config": {
|
|
"default-tiddler-location": "../tw5.com/tiddlers"
|
|
}
|
|
}
|