mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-09 07:30:01 +00:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"languages": [
|
|
"en-GB",
|
|
"de-AT",
|
|
"de-DE"
|
|
],
|
|
"includeWikis": [
|
|
"../de-AT"
|
|
],
|
|
"config": {
|
|
"default-tiddler-location": "../de-AT/tiddlers"
|
|
}
|
|
}
|