2014-09-10 15:53:32 +00:00
|
|
|
{
|
2017-11-11 11:56:20 +00:00
|
|
|
"description": "Developer documentation from https://tiddlywiki.com/dev/",
|
2014-09-10 15:53:32 +00:00
|
|
|
"plugins": [
|
2014-11-28 10:06:17 +00:00
|
|
|
"tiddlywiki/highlight",
|
2014-09-10 15:53:32 +00:00
|
|
|
"tiddlywiki/nodewebkitsaver",
|
|
|
|
"tiddlywiki/github-fork-ribbon"
|
|
|
|
],
|
|
|
|
"themes": [
|
|
|
|
"tiddlywiki/vanilla",
|
|
|
|
"tiddlywiki/snowwhite",
|
|
|
|
"tiddlywiki/starlight",
|
|
|
|
"tiddlywiki/seamless",
|
|
|
|
"tiddlywiki/centralised",
|
2015-10-09 16:59:56 +00:00
|
|
|
"tiddlywiki/tight",
|
2014-09-10 15:53:32 +00:00
|
|
|
"tiddlywiki/readonly"
|
|
|
|
],
|
|
|
|
"languages": [
|
2016-05-17 20:59:27 +00:00
|
|
|
"ca-ES",
|
|
|
|
"cs-CZ",
|
|
|
|
"da-DK",
|
2014-09-10 15:53:32 +00:00
|
|
|
"de-AT",
|
|
|
|
"de-DE",
|
2016-05-17 20:59:27 +00:00
|
|
|
"el-GR",
|
|
|
|
"en-GB",
|
|
|
|
"en-US",
|
|
|
|
"es-ES",
|
2017-09-16 16:01:58 +00:00
|
|
|
"fa-IR",
|
2014-09-10 15:53:32 +00:00
|
|
|
"fr-FR",
|
2016-05-17 20:59:27 +00:00
|
|
|
"hi-IN",
|
|
|
|
"ia-IA",
|
2014-09-10 15:53:32 +00:00
|
|
|
"it-IT",
|
2016-05-17 20:59:27 +00:00
|
|
|
"ja-JP",
|
|
|
|
"ko-KR",
|
|
|
|
"nl-NL",
|
|
|
|
"pa-IN",
|
|
|
|
"pt-PT",
|
|
|
|
"ru-RU",
|
|
|
|
"sk-SK",
|
|
|
|
"sv-SE",
|
|
|
|
"zh-Hans",
|
|
|
|
"zh-Hant"
|
2014-09-10 15:53:32 +00:00
|
|
|
],
|
|
|
|
"build": {
|
|
|
|
"index": [
|
|
|
|
"--savetiddlers","[tag[external-image]]","images",
|
|
|
|
"--setfield","[tag[external-image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
|
|
|
"--setfield","[tag[external-image]]","text","","text/plain",
|
|
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
2014-10-14 14:15:48 +00:00
|
|
|
"build-readme": [
|
|
|
|
"--rendertiddler","ReadMe for build.jermolene.github.io","readme.md","text/html"],
|
2014-09-10 15:53:32 +00:00
|
|
|
"favicon": [
|
|
|
|
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
|
|
|
"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"]
|
2017-12-12 13:50:33 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"retain-original-tiddler-path": true
|
2014-09-10 15:53:32 +00:00
|
|
|
}
|
|
|
|
}
|