Jermolene
3e1899ee17
Forgot to add the vanilla theme to existing editions
2013-11-28 16:42:38 +00:00
Jeremy Ruston
d04962f6e9
Update clientserver edition to include the codemirror plugin
...
We don't want to include it in the standalone edition because the
plugin is currently 243KB.
2013-10-30 14:30:11 +00:00
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
Jeremy Ruston
631dd1cc5f
Added ability to disable file saving for specific tiddlers
2013-03-25 19:50:33 +00:00
Jeremy Ruston
5bfcbb99ba
Add support for wiki directories to recursively include other wiki directories
2013-03-25 18:55:41 +00:00
Jeremy Ruston
7df3d48451
Add a file system sync adaptor for the server
...
It's going to save tiddler changes to the file system
2013-03-24 12:27:46 +00:00
Jeremy Ruston
e959c1a75b
Use the newly refactored syncer in favour of the old tiddlyweb code
2013-03-17 18:25:56 +00:00
Jeremy Ruston
dbde2bf23b
Started refactoring TiddlyWeb syncer into generic syncer + TiddlyWeb adaptor
...
The refactored plugin is `tiddlyweb2` for the moment. The idea is to be
able to use the same syncer with a different adaptor for syncing
changes to the local file system.
2013-03-17 15:28:49 +00:00
Jeremy Ruston
bf2fb9cdad
Add new clientserver edition
...
Runs an instance of TW5 on the server and another in the browser
2013-03-10 19:28:58 +00:00