mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
de5bb823fa
* Enable the internals plugin by default in docs 1. Why hide such a useful thing from the users? 2. When playing around with code examples from the docs they may want to know how the resulting html looks. * Improve doc * Typo Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
{
|
|
"description": "Japanese (Japan) edition",
|
|
"plugins": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/seamless",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/tight",
|
|
"tiddlywiki/readonly",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"languages": [
|
|
"ja-JP"
|
|
],
|
|
"includeWikis": [
|
|
{"path": "../tw5.com", "read-only": true}
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--savetiddlers","[tag[external-image]]","images",
|
|
"--rendertiddlers","[tag[external-text]]","$:/core/templates/tid-tiddler","text","text/plain",".tid",
|
|
"--setfield","[tag[external-image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
|
"--setfield","[tag[external-text]]","_canonical_uri","$:/core/templates/canonical-uri-external-text","text/plain",
|
|
"--setfield","[tag[external-image]] [tag[external-text]]","text","","text/plain",
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
"empty": [
|
|
"--rendertiddler","$:/editions/ja-JP/download-empty","empty.html","text/plain",
|
|
"--rendertiddler","$:/editions/ja-JP/download-empty","empty.hta","text/plain"],
|
|
"favicon": [
|
|
"--savetiddler","$:/favicon.ico","favicon.ico",
|
|
"--savetiddler","$:/green_favicon.ico","static/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"]
|
|
},
|
|
"config": {
|
|
"retain-original-tiddler-path": true
|
|
}
|
|
}
|