mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +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?
22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
{
|
|
"description": "Chinese (Traditional) edition",
|
|
"plugins": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"tiddlywiki/nighttime",
|
|
"tiddlywiki/starlight",
|
|
"tiddlywiki/seamless",
|
|
"tiddlywiki/stickytitles",
|
|
"tiddlywiki/centralised",
|
|
"tiddlywiki/readonly"
|
|
],
|
|
"languages": [
|
|
"zh-Hant"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","zh-hant-demo.html","text/plain"]
|
|
}
|
|
} |