mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
a90cb03975
* Replace spaces to tabs from editions information * Remove theme nighttime from editions information
20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
{
|
|
"description": "Configuración en modo servidor de la edición es-ES",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
"../es-ES"
|
|
],
|
|
"config": {
|
|
"retain-original-tiddler-path": true,
|
|
"default-tiddler-location": "../es-ES/tiddlers"
|
|
}
|
|
}
|