mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
5a45fffa9e
We’ll do ThemeTweaks separately as it’s part of the Vanilla theme
35 lines
1.2 KiB
Plaintext
35 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 Saving/Heading>>
|
|
|
|
|<<lingo AutoSave>> |{{$:/snippets/autosavestatus}} |
|
|
|
|
! <<lingo TiddlySpot/Heading>>
|
|
|
|
|<<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>>
|
|
|