mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
307 B
Plaintext
18 lines
307 B
Plaintext
|
{
|
||
|
"description": "Demo of the XLSX utilities plugin",
|
||
|
"plugins": [
|
||
|
"tiddlywiki/jszip",
|
||
|
"tiddlywiki/xlsx-utils"
|
||
|
],
|
||
|
"themes": [
|
||
|
"tiddlywiki/vanilla",
|
||
|
"tiddlywiki/snowwhite"
|
||
|
],
|
||
|
"includeWikis": [
|
||
|
],
|
||
|
"build": {
|
||
|
"index": [
|
||
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"]
|
||
|
}
|
||
|
}
|