1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 19:38:02 +00:00

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
This commit is contained in:
Jeremy Ruston
2013-04-28 09:42:48 +01:00
parent d62c9f613c
commit 31a378b64c
13 changed files with 36 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
{
"plugins": [
"tiddlywiki/tahoelafs"
],
"themes": [
"tiddlywiki/snowwhite"
]
}