This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
miklo
/
TiddlyWiki5
kopia lustrzana
https://github.com/miklobit/TiddlyWiki5
Obserwuj
1
Polub
0
Forkuj
You've already forked TiddlyWiki5
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
523d70127b
TiddlyWiki5
/
editions
/
tw5.com
/
tiddlywiki.info
8 wiersze
88 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
More refactoring around the plugin implementation Now wikis can specify which plugins should be loaded
2012-11-13 08:46:44 +00:00
{
"plugins": [
Get rid of references to the tw2parser
2013-02-05 22:11:07 +00:00
"tiddlywiki/fullscreen"
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 08:42:48 +00:00
],
"themes": [
"tiddlywiki/snowwhite"
More refactoring around the plugin implementation Now wikis can specify which plugins should be loaded
2012-11-13 08:46:44 +00:00
]
}