mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +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?
26 lines
403 B
Plaintext
26 lines
403 B
Plaintext
{
|
|
"description": "Edition for people translating TiddlyWiki",
|
|
"plugins": [
|
|
"tiddlywiki/translators"
|
|
],
|
|
"languages": [
|
|
"en-US",
|
|
"en-GB",
|
|
"de-AT",
|
|
"de-DE",
|
|
"fr-FR",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
"it-IT",
|
|
"ja-JP",
|
|
"ru-RU"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"]
|
|
}
|
|
} |