mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
02601a02fc
We’ve had a couple of cases where users have assumed that the “backup” setting applies to ordinary, local saves
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
title: $:/core/ui/ControlPanel/Saving
|
|
tags: $:/tags/ControlPanel
|
|
caption: {{$:/language/ControlPanel/Saving/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/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
|
|
! <<lingo TiddlySpot/Heading>>
|
|
|
|
<<lingo TiddlySpot/Description>>
|
|
|
|
|<<lingo TiddlySpot/UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
|
|<<lingo TiddlySpot/Password>> |<$password name="upload"/> |
|
|
|<<lingo TiddlySpot/Backups>> |<<backupLink>> |
|
|
|
|
''<<lingo TiddlySpot/Advanced/Heading>>''
|
|
|
|
|<<lingo TiddlySpot/ServerURL>> |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
|
|<<lingo TiddlySpot/Filename>> |<$edit-text tiddler="$:/UploadFilename" default="index.html" tag="input"/> |
|
|
|<<lingo TiddlySpot/UploadDir>> |<$edit-text tiddler="$:/UploadDir" default="." tag="input"/> |
|
|
|<<lingo TiddlySpot/BackupDir>> |<$edit-text tiddler="$:/UploadBackupDir" default="." tag="input"/> |
|
|
|
|
<<lingo TiddlySpot/Hint>>
|
|
|