mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 14:56:06 +00:00
Introduce syncer mechanism
This commit is contained in:
@@ -3,10 +3,10 @@ title: HelloThere
|
||||
Experimenting with TiddlyWeb integration for TiddlyWiki5.
|
||||
|
||||
<<reveal state:[[$:/plugins/tiddlyweb/IsLoggedIn]] type:nomatch text:yes><
|
||||
Log in to TiddlyWeb: <<tiddlyweb.login><Login>>
|
||||
Log in to TiddlyWeb: <<button message:login><Login>>
|
||||
>>
|
||||
<<reveal state:[[$:/plugins/tiddlyweb/IsLoggedIn]] type:match text:yes><
|
||||
Log out of TiddlyWeb: <<tiddlyweb.logout><Logout>>
|
||||
Log out of TiddlyWeb: <<button message:logout><Logout>>
|
||||
>>
|
||||
|
||||
TiddlyWeb [[login status|$:/plugins/tiddlyweb/IsLoggedIn]]: (($:/plugins/tiddlyweb/IsLoggedIn))
|
||||
|
@@ -2,5 +2,6 @@ title: TiddlyWebConnection
|
||||
type: application/x-tiddler-dictionary
|
||||
module-type: serverconnection
|
||||
|
||||
protocol: http
|
||||
host: tiddlyspace.com
|
||||
syncer: tiddlywebsyncer
|
||||
# replace with a tiddlyspace to which you have write access
|
||||
server: http://tw5tiddlyweb.tiddlyspace.com/
|
||||
|
Reference in New Issue
Block a user