1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00
TiddlyWiki5/editions/tw5tiddlyweb/tiddlers/TiddlyWiki5 for TiddlyWeb.tid

26 lines
864 B
Plaintext
Raw Normal View History

2012-11-18 14:58:27 +00:00
title: TiddlyWiki5 for TiddlyWeb
2013-11-15 22:08:23 +00:00
created: 201311152153
modified: 201311152153
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
2013-11-15 22:08:23 +00:00
* ''$:/DefaultTiddlers'' doesn't work because thanks to lazy loading it is only loaded after it is needed
* 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