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>
38 lines
1.1 KiB
Plaintext
Executable File
38 lines
1.1 KiB
Plaintext
Executable File
{
|
|
"description": "Deutsche Basis Edition",
|
|
"plugins": [
|
|
"tiddlywiki/browser-sniff"],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/seamless",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/tight",
|
|
"tiddlywiki/readonly",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"languages": [
|
|
"en-GB",
|
|
"de-AT",
|
|
"de-DE"
|
|
],
|
|
"includeWikis": [
|
|
"../de-AT"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
"empty": [
|
|
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain",
|
|
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.hta","text/plain"],
|
|
"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"]
|
|
}
|
|
}
|