mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
bbaa0890b5
Fixes #7759
22 lines
690 B
Plaintext
22 lines
690 B
Plaintext
{
|
|
"description": "Demo of the KaTeX plugin",
|
|
"plugins": [
|
|
"tiddlywiki/katex"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render","$:/core/save/all","katexdemo.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"]
|
|
}
|
|
}
|