You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logged in username does not get sent as $:/status/UserName for a /wiki/xxx, therefor even when logged in the "cloud" icon (SyncerDropdown) shows 'You are logged in' but not showing the user, as the source would suggest in multiwikiclient/syncer-actions-login-status.tid:
You are logged in<$reveal state="$:/status/UserName" type="nomatch" text="" default=""> as <strong><$text text={{$:/status/UserName}}/></strong></$reveal><$reveal state="$:/status/IsReadOnly" type="match" text="yes" default="no"> (read-only)</$reveal>
Expected behavior
$:/status/UserName will be set when logged in.
This would also help for editing tiddlers, as the user would be 'just filled in', as well as eg. the 'comments' plugin.
Describe the bug
The logged in username does not get sent as $:/status/UserName for a /wiki/xxx, therefor even when logged in the "cloud" icon (SyncerDropdown) shows 'You are logged in' but not showing the user, as the source would suggest in multiwikiclient/syncer-actions-login-status.tid:
Expected behavior
$:/status/UserName will be set when logged in.
This would also help for editing tiddlers, as the user would be 'just filled in', as well as eg. the 'comments' plugin.
To Reproduce
Screenshots
No response
TiddlyWiki Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: