From 95b7a5d4fea6be1d92e41f28e77ec59435a78205 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 10 Nov 2013 23:28:03 +0000 Subject: [PATCH] Add host configuration to TiddlyWeb control panel tab --- plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid b/plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid index 21dc08977..f34fd0560 100644 --- a/plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid +++ b/plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid @@ -9,4 +9,8 @@ Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">LoginLogout +Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" default=""/> + +
//for example, `$protocol$//$host$/folder`, where `$protocol$` is replaced by the protocol (typically `http` or `https`), and `$host$` by the host name//
+ <$button message="tw-server-refresh" class="btn btn-warning">Refresh to fetch changes from the server immediately