mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 22:11:33 -08:00
* 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>
20 lines
392 B
Text
20 lines
392 B
Text
{
|
|
"description": "Server configuration of the tw5.com edition",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/highlight",
|
|
"tiddlywiki/mobiledragdrop",
|
|
"tiddlywiki/internals"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
"../tw5.com"
|
|
],
|
|
"config": {
|
|
"default-tiddler-location": "../tw5.com/tiddlers"
|
|
}
|
|
}
|