mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
31a378b64c
To start with, we move the current stylesheets into a theme plugin called "Snow White". Wikis have to specify at least one theme in their `tiddlywiki.info` file. Next we'll add a mechanism for switching between loaded themes
18 lines
259 B
Plaintext
18 lines
259 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"doNotSave": [
|
|
"$:/StoryList",
|
|
"$:/HistoryList",
|
|
"$:/status/IsLoggedIn",
|
|
"$:/status/UserName"
|
|
],
|
|
"includeWikis": [
|
|
"../tw5.com"
|
|
]
|
|
} |