mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-10 01:39:50 +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.
27 lines
486 B
Plaintext
27 lines
486 B
Plaintext
{
|
|
"description": "Innerwiki Plugin Demo",
|
|
"plugins": [
|
|
"tiddlywiki/innerwiki",
|
|
"tiddlywiki/railroad"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler",
|
|
"$:/core/save/all",
|
|
"index.html",
|
|
"text/plain"
|
|
],
|
|
"save-screenshots": [
|
|
"--screenshot",
|
|
"[[$:/plugins/tiddlywiki/innerwiki/examples]]",
|
|
"4"
|
|
],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","index.html","text/plain"
|
|
]
|
|
}
|
|
} |