Refactor control panel to add "Saving" tab

Currently just hardwired to the options for TiddlySpot, but will in due
course be driven by the loaded saver modules.
This commit is contained in:
Jermolene
2013-11-19 13:21:45 +00:00
parent 9c579e3596
commit 16444e023a
5 changed files with 18 additions and 22 deletions
+11
View File
@@ -0,0 +1,11 @@
title: $:/core/ui/ControlPanel/Saving
tags: $:/tags/ControlPanel
caption: Saving
! TiddlySpot
|[[Wiki name|$:/UploadName]] |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|Password |<$password name="upload"/> |
|Server URL |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//