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
|
|
|
|
|
|
|
----
|
|
|
|
|
2012-11-29 18:34:27 +00:00
|
|
|
Current [[login status|$:/plugins/tiddlyweb/IsLoggedIn]]: {{$:/plugins/tiddlyweb/IsLoggedIn}}
|
2012-11-18 10:29:01 +00:00
|
|
|
|
2012-11-29 18:34:27 +00:00
|
|
|
Current [[username|$:/plugins/tiddlyweb/UserName]]: {{$:/plugins/tiddlyweb/UserName}}
|
2012-11-18 10:29:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
----
|
2012-11-16 17:01:04 +00:00
|
|
|
|
2012-11-17 12:32:51 +00:00
|
|
|
<<reveal state:[[$:/plugins/tiddlyweb/IsLoggedIn]] type:nomatch text:yes><
|
2012-11-18 10:29:01 +00:00
|
|
|
Log in to ~TiddlyWeb: <<button message:login class:"btn btn-info"><Login>>
|
2012-11-17 12:32:51 +00:00
|
|
|
>>
|
|
|
|
<<reveal state:[[$:/plugins/tiddlyweb/IsLoggedIn]] type:match text:yes><
|
2012-11-18 10:29:01 +00:00
|
|
|
Log out of ~TiddlyWeb: <<button message:logout class:"btn btn-warning"><Logout>>
|
2012-11-17 12:32:51 +00:00
|
|
|
>>
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
2012-11-18 14:58:27 +00:00
|
|
|
<<list all template:TiddlerListTemplate>>
|