mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
8de4583d6c
Thanks to @stevesunypoly for help with preparing the demo spreadsheet
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"
|
|
}
|
|
}
|