mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
5951dc5901
The issue was that rendertiddlers always clears the output folder, which meant that it was overwriting anything previously output by the rendertiddler command.
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/cecily",
|
|
"tiddlywiki/fullscreen",
|
|
"tiddlywiki/googleanalytics",
|
|
"tiddlywiki/nodewebkitsaver",
|
|
"tiddlywiki/github-fork-ribbon"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/nighttime",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/seamless",
|
|
"tiddlywiki/stickytitles",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/readonly"
|
|
],
|
|
"languages": [
|
|
"en-US",
|
|
"en-GB",
|
|
"de-AT",
|
|
"de-DE",
|
|
"fr-FR",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
"it-IT",
|
|
"ja-JP"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--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",
|
|
"--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/plain",
|
|
"--rendertiddler","TiddlyWiki2ReadMe","tw2/readme.md","text/html"],
|
|
"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",
|
|
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
|
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
|
},
|
|
"config": {
|
|
"retain-original-tiddler-path": true
|
|
}
|
|
}
|