1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Jeremy Ruston
08b21b5076 Add tiddlers for Press and Examples 2013-09-10 15:29:48 +01:00
Jeremy Ruston
2f36b36df9 Put the MathML and ListField tiddlers in the right place 2013-09-01 22:46:51 +01:00
Jeremy Ruston
abbdb2dfa3 Add a MathML example tiddler
Doesn't work for me - latest Firefox and Safari display MathML fine
elsewhere, but not this.
2013-09-01 22:34:06 +01:00
Jeremy Ruston
2c9ea3ebf4 Tiddlers in the wrong place 2013-08-29 17:53:40 +01:00
Jeremy Ruston
341b66a018 Docs for data tiddlers 2013-08-29 17:49:15 +01:00
Jeremy Ruston
6333749d68 Docs updates 2013-08-28 20:14:27 +01:00
Jeremy Ruston
86f0128e83 Docs updates 2013-08-24 16:45:59 +01:00
Jeremy Ruston
6c5239603c Starting some serious doc updates 2013-08-23 19:42:48 +01:00
Jeremy Ruston
4f9649f5ac Moving docs to the right place 2013-07-02 15:45:27 +01:00
Jeremy Ruston
7999b86d5d Docs update 2013-06-26 18:16:01 +01:00
Jeremy Ruston
32dc09d8ac Whoops those tiddlers got saved in the wrong place 2013-05-14 20:26:27 +01:00
Jeremy Ruston
c0683fd65c Added a saver for the TWEdit iPad/iPhone app 2013-05-14 20:20:48 +01:00
Jeremy Ruston
c885dabdb7 Add a demo notification 2013-05-08 12:35:53 +01: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
324a57727d Docs updates 2013-04-18 11:11:55 +01:00
Jeremy Ruston
91f5579c3c Docs updates 2013-04-17 16:38:32 +01:00
Jeremy Ruston
ba7b886067 Move tiddlyweb stuff into a separate ServerControlPanel
Eventually we'll need a more general purpose mechanism for plugins to
add UI to the control panel
2013-04-16 11:17:27 +01:00
Jeremy Ruston
7b45c0bec8 Move the required template overrides into the tiddlyweb plugin 2013-04-03 13:23:07 +01:00
Jeremy Ruston
26bcd5ef9d Docs update 2013-03-25 19:56:30 +00:00
Jeremy Ruston
631dd1cc5f Added ability to disable file saving for specific tiddlers 2013-03-25 19:50:33 +00:00
Jeremy Ruston
546d7bfafc Clean up content for clientserver edition 2013-03-25 19:03:45 +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
bdd47feff9 A test image for the clientserver edition 2013-03-25 10:41:21 +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
ed3a0ba6a3 Stop using 'wiki' directory within wiki directories 2013-03-22 21:30:37 +00:00
Jeremy Ruston
91de9033f9 Remove more pesky instances of "reusable" 2013-03-19 22:45:12 +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
a7ab6422c9 Fixed erroneous template 2013-03-17 17:59:59 +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
71ecb022ef Update TiddlyWeb support
Lots of changes:
* Make the built-in server support recipes and bags, albeit there's
just one of each, called "default"
* Correctly parse returned Etag to get bag of freshly PUT tiddlers
* URI encoding for tiddler titles, so that tiddlers with slashes and so
on work OK
2013-03-12 19:18:56 +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