mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 07:14:50 +00:00
25 lines
342 B
Plaintext
25 lines
342 B
Plaintext
|
{
|
||
|
"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"]
|
||
|
}
|
||
|
}
|