1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00
TiddlyWiki5/editions/test/tiddlywiki.info
Jeremy Ruston 31a378b64c Start support for themes
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
2013-04-28 09:42:48 +01:00

8 lines
85 B
Plaintext

{
"plugins": [
"tiddlywiki/jasmine"
],
"themes": [
"tiddlywiki/snowwhite"
]
}