2012-11-18 14:58:27 +00:00
|
|
|
title: TiddlyWiki5 for TiddlyWeb
|
2012-11-16 17:01:04 +00:00
|
|
|
|
2012-11-19 22:26:13 +00:00
|
|
|
Experimenting with ~TiddlyWeb integration for ~TiddlyWiki5. Features:
|
|
|
|
|
|
|
|
* Loads skinny tiddlers from entire recipe at startup/login
|
|
|
|
* Subsequently syncs changes back to the server
|
|
|
|
* Polls for changes from the server
|
|
|
|
|
|
|
|
To do:
|
|
|
|
|
|
|
|
* Use of `if-match` header
|
|
|
|
* Deleting tiddlers
|
2012-11-20 16:32:12 +00:00
|
|
|
* Routing newly created tiddlers to TiddlyWeb
|
|
|
|
|
|
|
|
To try it out, create a new space, include the space `tw5tiddlyweb`, and then visit `<myspace>.tiddlyspace.com/tw5`.
|
2012-11-18 10:29:01 +00:00
|
|
|
|
|
|
|
----
|
|
|
|
|
2013-03-17 18:25:56 +00:00
|
|
|
Current [[login status|$:/status/IsLoggedIn]]: {{$:/status/IsLoggedIn}}
|
2012-11-18 10:29:01 +00:00
|
|
|
|
2013-03-17 18:25:56 +00:00
|
|
|
Current [[username|$:/status/UserName]]: {{$:/status/UserName}}
|
2012-11-18 10:29:01 +00:00
|
|
|
|
|
|
|
----
|
2012-11-16 17:01:04 +00:00
|
|
|
|
2013-03-17 18:25:56 +00:00
|
|
|
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
|
2013-03-06 16:45:13 +00:00
|
|
|
Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">Login</$button>
|
|
|
|
</$reveal>
|
2013-03-17 18:25:56 +00:00
|
|
|
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
2013-03-06 16:45:13 +00:00
|
|
|
Log out of ~TiddlyWeb: <$button message="tw-logout" class="btn btn-warning">Logout</$button>
|
|
|
|
</$reveal>
|
2012-11-17 12:32:51 +00:00
|
|
|
|
2013-03-17 18:25:56 +00:00
|
|
|
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button>
|
|
|
|
|
2012-11-18 10:29:01 +00:00
|
|
|
----
|
2012-11-16 17:01:04 +00:00
|
|
|
|
2012-11-18 10:24:20 +00:00
|
|
|
All tiddlers:
|
|
|
|
|
2013-08-21 19:45:51 +00:00
|
|
|
<$list filter="[!is[system]]" template="TiddlerListTemplate"/>
|