2013-03-10 19:28:58 +00:00
|
|
|
{
|
2014-10-27 21:50:25 +00:00
|
|
|
"description": "Basic client-server edition",
|
2013-03-10 19:28:58 +00:00
|
|
|
"plugins": [
|
2013-03-24 12:22:21 +00:00
|
|
|
"tiddlywiki/tiddlyweb",
|
2013-10-30 14:30:11 +00:00
|
|
|
"tiddlywiki/filesystem",
|
2014-01-12 21:48:03 +00:00
|
|
|
"tiddlywiki/highlight"
|
2013-03-10 19:28:58 +00:00
|
|
|
],
|
2013-04-28 08:42:48 +00:00
|
|
|
"themes": [
|
2013-11-28 16:42:38 +00:00
|
|
|
"tiddlywiki/vanilla",
|
2013-04-28 08:42:48 +00:00
|
|
|
"tiddlywiki/snowwhite"
|
2016-04-03 19:22:11 +00:00
|
|
|
],
|
|
|
|
"build": {
|
|
|
|
"index": [
|
|
|
|
"--rendertiddler","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
|
|
|
|
"externalimages": [
|
|
|
|
"--savetiddlers","[is[image]]","images",
|
|
|
|
"--setfield","[is[image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
|
|
|
"--setfield","[is[image]]","text","","text/plain",
|
|
|
|
"--rendertiddler","$:/plugins/tiddlywiki/tiddlyweb/save/offline","externalimages.html","text/plain"],
|
|
|
|
"static": [
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
2016-08-16 14:45:17 +00:00
|
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
2016-04-03 19:22:11 +00:00
|
|
|
}
|
2014-01-12 21:48:03 +00:00
|
|
|
}
|