Use the newly refactored syncer in favour of the old tiddlyweb code

This commit is contained in:
Jeremy Ruston 2013-03-17 18:25:56 +00:00
parent 09a0b2a336
commit e959c1a75b
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"plugins": [
"tiddlywiki/tiddlyweb2"
"tiddlywiki/tiddlyweb"
],
"parentWiki": "../tw5.com"
}

View File

@ -16,19 +16,21 @@ To try it out, create a new space, include the space `tw5tiddlyweb`, and then vi
----
Current [[login status|$:/plugins/tiddlyweb/IsLoggedIn]]: {{$:/plugins/tiddlyweb/IsLoggedIn}}
Current [[login status|$:/status/IsLoggedIn]]: {{$:/status/IsLoggedIn}}
Current [[username|$:/plugins/tiddlyweb/UserName]]: {{$:/plugins/tiddlyweb/UserName}}
Current [[username|$:/status/UserName]]: {{$:/status/UserName}}
----
<$reveal state="$:/plugins/tiddlyweb/IsLoggedIn" type="nomatch" text="yes">
<$reveal state="$:/status/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">
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
Log out of ~TiddlyWeb: <$button message="tw-logout" class="btn btn-warning">Logout</$button>
</$reveal>
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button>
----
All tiddlers: