mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-01-25 04:14:40 +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.
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
{
|
|
"description": "Documentation from tw5.com edition",
|
|
"plugins": [
|
|
"tiddlywiki/tw5.com-docs",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render","$:/core/save/all","index.html","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","index.html","text/plain"
|
|
]
|
|
}
|
|
}
|