mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 17:40:29 +00:00
Add a link to the backup URL to the TiddlySpot control panel tab
This commit is contained in:
parent
e3c770ca4a
commit
d96f85ac83
@ -2,10 +2,21 @@ title: $:/core/ui/ControlPanel/Saving
|
|||||||
tags: $:/tags/ControlPanel
|
tags: $:/tags/ControlPanel
|
||||||
caption: Saving
|
caption: Saving
|
||||||
|
|
||||||
|
\define backupURL()
|
||||||
|
http://$(userName)$.tiddlyspot.com/backup/
|
||||||
|
\end
|
||||||
|
\define backupLink()
|
||||||
|
<$reveal type="nomatch" state="$:/UploadName" text="">
|
||||||
|
<$set name="userName" value={{$:/UploadName}}>
|
||||||
|
<a href=<<backupURL>>><$macrocall $name="backupURL" $type="text/plain" $output="text/plain"/></a>
|
||||||
|
</$set>
|
||||||
|
</$reveal>
|
||||||
|
\end
|
||||||
! TiddlySpot
|
! TiddlySpot
|
||||||
|
|
||||||
|[[Wiki name|$:/UploadName]] |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
|[[Wiki name|$:/UploadName]] |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
||||||
|Password |<$password name="upload"/> |
|
|Password |<$password name="upload"/> |
|
||||||
|Server URL |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
|Server URL |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
||||||
|
|Backups |<<backupLink>> |
|
||||||
|
|
||||||
//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//
|
//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//
|
||||||
|
@ -17,6 +17,7 @@ tags: releasenote
|
|||||||
** [[$:/TopSideBar]] and [[$:/LeftSideBar]] are no longer specially treated; use the new tag instead
|
** [[$:/TopSideBar]] and [[$:/LeftSideBar]] are no longer specially treated; use the new tag instead
|
||||||
* Fixed problem that prevented tag configured items from shadow tiddlers interleaving with items from ordinary tiddlers
|
* Fixed problem that prevented tag configured items from shadow tiddlers interleaving with items from ordinary tiddlers
|
||||||
* Refactored control panel to add ''Saving'' tab that includes TiddlySpot options
|
* Refactored control panel to add ''Saving'' tab that includes TiddlySpot options
|
||||||
|
* Added backup URL to TiddlySpot control panel tab
|
||||||
|
|
||||||
!! Bug fixes
|
!! Bug fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user