mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
20 lines
367 B
Plaintext
20 lines
367 B
Plaintext
|
{
|
||
|
"description": "Server configuration of the xlsx-utils edition",
|
||
|
"plugins": [
|
||
|
"tiddlywiki/tiddlyweb",
|
||
|
"tiddlywiki/filesystem",
|
||
|
"tiddlywiki/jszip",
|
||
|
"tiddlywiki/xlsx-utils"
|
||
|
],
|
||
|
"themes": [
|
||
|
"tiddlywiki/vanilla",
|
||
|
"tiddlywiki/snowwhite"
|
||
|
],
|
||
|
"includeWikis": [
|
||
|
"../xlsx-utils"
|
||
|
],
|
||
|
"config": {
|
||
|
"default-tiddler-location": "../xlsx-utils/tiddlers"
|
||
|
}
|
||
|
}
|