2012-11-13 08:46:44 +00:00
|
|
|
{
|
|
|
|
"plugins": [
|
2014-03-25 14:29:32 +00:00
|
|
|
"tiddlywiki/cecily",
|
2013-11-25 23:14:12 +00:00
|
|
|
"tiddlywiki/googleanalytics",
|
2014-01-25 19:33:35 +00:00
|
|
|
"tiddlywiki/nodewebkitsaver",
|
2014-07-21 13:17:16 +01:00
|
|
|
"tiddlywiki/github-fork-ribbon",
|
|
|
|
"tiddlywiki/browser-sniff"
|
2013-04-28 09:42:48 +01:00
|
|
|
],
|
|
|
|
"themes": [
|
2013-11-27 12:38:03 +00:00
|
|
|
"tiddlywiki/vanilla",
|
2013-04-30 22:58:18 +01:00
|
|
|
"tiddlywiki/snowwhite",
|
2013-11-29 17:19:49 +00:00
|
|
|
"tiddlywiki/nighttime",
|
2013-05-14 14:24:34 +01:00
|
|
|
"tiddlywiki/starlight",
|
2014-04-14 13:12:44 +01:00
|
|
|
"tiddlywiki/seamless",
|
2013-07-01 18:47:31 +01:00
|
|
|
"tiddlywiki/stickytitles",
|
2013-07-03 22:59:35 +01:00
|
|
|
"tiddlywiki/centralised",
|
2014-02-24 09:39:45 +00:00
|
|
|
"tiddlywiki/readonly"
|
2014-02-09 19:18:46 +00:00
|
|
|
],
|
|
|
|
"languages": [
|
|
|
|
"en-US",
|
|
|
|
"en-GB",
|
|
|
|
"de-AT",
|
2014-02-18 00:06:02 +01:00
|
|
|
"de-DE",
|
2014-02-20 20:14:27 +08:00
|
|
|
"fr-FR",
|
2014-02-20 15:55:31 +00:00
|
|
|
"zh-Hans",
|
2014-03-20 13:40:40 +01:00
|
|
|
"zh-Hant",
|
2014-04-15 09:07:19 +01:00
|
|
|
"it-IT",
|
|
|
|
"ja-JP"
|
2014-04-25 22:41:59 +01:00
|
|
|
],
|
|
|
|
"build": {
|
|
|
|
"index": [
|
2014-06-14 13:24:48 +01:00
|
|
|
"--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",
|
2014-04-25 22:41:59 +01:00
|
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
|
|
"encrypted": [
|
|
|
|
"--password", "password",
|
|
|
|
"--rendertiddler", "$:/core/save/all", "encrypted.html", "text/plain",
|
|
|
|
"--clearpassword"],
|
|
|
|
"favicon": [
|
|
|
|
"--savetiddler","$:/favicon.ico","favicon.ico",
|
|
|
|
"--savetiddler","$:/green_favicon.ico","static/favicon.ico"],
|
|
|
|
"readmes": [
|
|
|
|
"--rendertiddler","ReadMe","readme.md","text/html",
|
|
|
|
"--rendertiddler","ContributingTemplate","contributing.md","text/html",
|
2014-06-24 10:39:45 +01:00
|
|
|
"--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/plain"],
|
|
|
|
"tw2": [
|
2014-04-26 17:11:56 +01:00
|
|
|
"--rendertiddler","TiddlyWiki2ReadMe","tw2/readme.md","text/html"],
|
2014-04-25 22:41:59 +01:00
|
|
|
"empty": [
|
|
|
|
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.html","text/plain",
|
|
|
|
"--rendertiddler","$:/editions/tw5.com/download-empty","empty.hta","text/plain"],
|
|
|
|
"static": [
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
2014-05-16 14:39:24 +01:00
|
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
|
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
2014-04-25 22:41:59 +01:00
|
|
|
},
|
2014-02-27 16:30:24 +00:00
|
|
|
"config": {
|
|
|
|
"retain-original-tiddler-path": true
|
|
|
|
}
|
2014-02-18 00:06:02 +01:00
|
|
|
}
|