mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Use the newly refactored syncer in favour of the old tiddlyweb code
This commit is contained in:
parent
09a0b2a336
commit
e959c1a75b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
"tiddlywiki/tiddlyweb2"
|
||||
"tiddlywiki/tiddlyweb"
|
||||
],
|
||||
"parentWiki": "../tw5.com"
|
||||
}
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user