mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 04:34:37 +00:00
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|