1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-25 12:13:17 +00:00

Add proper dedicated edition

This commit is contained in:
CyberFoxar 2024-05-23 08:26:28 +02:00
parent 387611e41a
commit 6a39e25bb1
4 changed files with 24 additions and 3 deletions

View File

@ -0,0 +1,23 @@
{
"description": "Basic client-server edition, showing off deferred loading",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"tiddlywiki/markdown",
"cyberfoxar/frontmatter-tiddler"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--render","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.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"]
}
}

View File

@ -3,9 +3,7 @@
"plugins": [ "plugins": [
"tiddlywiki/tiddlyweb", "tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem", "tiddlywiki/filesystem",
"tiddlywiki/highlight", "tiddlywiki/highlight"
"tiddlywiki/markdown",
"cyberfoxar/fm-md"
], ],
"themes": [ "themes": [
"tiddlywiki/vanilla", "tiddlywiki/vanilla",