mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
c4b76ceb0b
Now the usual “save changes” button in the sidebar will save an offline copy of the wiki that excludes the TiddlyWeb plugin. Previously, this functionality was only available in the control panel, leading to several problems such as that discussed here: https://groups.google.com/d/topic/tiddlywikidev/U61pO-TR854/discussion
21 lines
855 B
Plaintext
21 lines
855 B
Plaintext
title: $:/plugins/tiddlywiki/tiddlyweb/ServerControlPanel
|
|
caption: Server
|
|
tags: $:/tags/ControlPanel
|
|
|
|
<$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="$:/status/IsLoggedIn" type="match" text="yes">
|
|
Logged in as {{$:/status/UserName}} <$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
|