mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-03 03:02:17 +00:00
c5b465ec99
* 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.
25 lines
802 B
JSON
25 lines
802 B
JSON
{
|
|
"description": "Demo of the highlight plugin",
|
|
"plugins": [
|
|
"tiddlywiki/highlight"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render","$:/core/save/all","highlightdemo.html","text/plain"],
|
|
"static": [
|
|
"--render","$:/core/templates/static.template.html","static.html","text/plain",
|
|
"--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
"--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain","$:/core/templates/static.tiddler.html",
|
|
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","highlightdemo.html","text/plain"
|
|
]
|
|
}
|
|
}
|