mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
de5bb823fa
* Enable the internals plugin by default in docs 1. Why hide such a useful thing from the users? 2. When playing around with code examples from the docs they may want to know how the resulting html looks. * Improve doc * Typo Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
{
|
|
"description": "Configuration en mode serveur de l'édition fr-FR",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
"../fr-FR"
|
|
],
|
|
"config": {
|
|
"retain-original-tiddler-path": true,
|
|
"default-tiddler-location": "../fr-FR/tiddlers"
|
|
}
|
|
}
|