1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Add host configuration to TiddlyWeb control panel tab

This commit is contained in:
Jermolene 2013-11-10 23:28:03 +00:00
parent 2c55c7ca82
commit 95b7a5d4fe

View File

@ -9,4 +9,8 @@ Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">Login</$b
Log out of ~TiddlyWeb: <$button message="tw-logout" class="btn btn-warning">Logout</$button>
</$reveal>
Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" default=""/>
<blockquote>//for example, `$protocol$//$host$/folder`, where `$protocol$` is replaced by the protocol (typically `http` or `https`), and `$host$` by the host name//</blockquote>
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button> to fetch changes from the server immediately