mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 23:15:02 +00:00
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
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/tahoelafs"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/snowwhite"
|
|
]
|
|
} |