mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-12 01:33:31 -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.
21 lines
431 B
Text
21 lines
431 B
Text
{
|
|
"description": "Demo of the Markdown plugin",
|
|
"plugins": [
|
|
"tiddlywiki/markdown",
|
|
"tiddlywiki/highlight",
|
|
"tiddlywiki/katex"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","markdowndemo.html","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","markdowndemo.html","text/plain"
|
|
]
|
|
}
|
|
}
|