1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00
TiddlyWiki5/editions/xlsx-utils-server/tiddlywiki.info
Jermolene 8de4583d6c Add first pass at XLSX Utilities plugin
Thanks to @stevesunypoly for help with preparing the demo spreadsheet
2016-10-23 22:49:59 +01:00

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"
}
}