2012-11-18 14:58:27 +00:00
|
|
|
title: TiddlyWiki5 for TiddlyWeb
|
2013-11-15 22:08:23 +00:00
|
|
|
created: 201311152153
|
|
|
|
modified: 201311152153
|
2012-11-16 17:01:04 +00:00
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
! Features
|
2012-11-19 22:26:13 +00:00
|
|
|
|
|
|
|
* Loads skinny tiddlers from entire recipe at startup/login
|
|
|
|
* Subsequently syncs changes back to the server
|
|
|
|
* Polls for changes from the server
|
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
! Getting Started
|
2012-11-19 22:26:13 +00:00
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
To try it out, create a new space, include the space ''tw5tiddlyweb'', and then visit ''{myspace}.tiddlyspace.com/tw5''.
|
2012-11-20 16:32:12 +00:00
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
If you want to make TiddlyWiki5 the default view for your space, then create a tiddler called ''ServerSettings'' and give it the text:
|
2012-11-18 10:29:01 +00:00
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
```
|
|
|
|
index: tw5
|
|
|
|
```
|
2012-11-18 10:29:01 +00:00
|
|
|
|
2013-11-15 22:08:23 +00:00
|
|
|
! Issues
|
2012-11-18 10:29:01 +00:00
|
|
|
|
2014-12-05 10:20:32 +00:00
|
|
|
* ''[[$:/DefaultTiddlers]]'' doesn't work because thanks to lazy loading it is only loaded after it is needed
|
2013-11-15 22:08:23 +00:00
|
|
|
* Ignores ''if-match'' header, so doesn't detect clashes on save
|
2013-11-15 23:02:30 +00:00
|
|
|
* UI state (eg current tab status) is shared between all users of the wiki, meaning that the UI can spontaneously change in response to a server sync
|