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

37 lines
1.1 KiB
Plaintext
Raw Normal View History

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