mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
d04962f6e9
We don't want to include it in the standalone edition because the plugin is currently 243KB.
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem",
|
|
"tiddlywiki/codemirror"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"doNotSave": [
|
|
"$:/StoryList",
|
|
"$:/HistoryList",
|
|
"$:/status/IsLoggedIn",
|
|
"$:/status/UserName"
|
|
],
|
|
"includeWikis": [
|
|
"../tw5.com"
|
|
]
|
|
} |