mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
a90cb03975
* Replace spaces to tabs from editions information * Remove theme nighttime from editions information
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
{
|
|
"description": "Server configuration of the Korean (Korea Republic) edition",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
"../ko-KR"
|
|
],
|
|
"config": {
|
|
"retain-original-tiddler-path": true,
|
|
"default-tiddler-location": "../ko-KR/tiddlers"
|
|
}
|
|
}
|