mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
f74c49f393
Fixes #4808
23 lines
832 B
Plaintext
23 lines
832 B
Plaintext
{
|
|
"description": "Client-server edition with external tiddlywiki.js",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"listen": [
|
|
"--listen","root-tiddler=$:/core/save/all-external-js"],
|
|
"index": [
|
|
"--rendertiddler","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
|
|
"static": [
|
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
|
}
|
|
} |