mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-01 13:29:51 +00:00
* Make some editions use external core
* Revert tw5.com-docs use external js
* Revert "Revert tw5.com-docs use external js"
This reverts commit 93f36cb0af.
21 lines
399 B
Plaintext
21 lines
399 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"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","index.html","text/plain"
|
|
]
|
|
}
|
|
}
|