mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
04d26e6fae
Also added a “description” field for wiki folders. Right now there’s too many editions listed. I think we should by default only list editions whose `tiddlywiki.info` file has `showInListings` set to `true`, and have an `--editions all` command that lists everything. @pmario please could you check that the editions in your `TIDDLYWIKI_EDITION_PATH` are correctly listed?
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
{
|
|
"description": "Developer documentation from http://tiddlywiki.com/dev/",
|
|
"plugins": [
|
|
"tiddlywiki/cecily",
|
|
"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": [
|
|
"--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"],
|
|
"build-readme": [
|
|
"--rendertiddler","ReadMe for build.jermolene.github.io","readme.md","text/html"],
|
|
"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"]
|
|
}
|
|
}
|