mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-11 01:03:01 -07: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
424 B
Text
19 lines
424 B
Text
{
|
|
"description": "Demo of the experimental TiddlyWiki Classic parser plugin",
|
|
"plugins": [
|
|
"tiddlywiki/tw2parser"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","classicparserdemo.html","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","classicparserdemo.html","text/plain"
|
|
]
|
|
}
|
|
}
|