mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
b5059c612a
Also does some reorganisation of control panel to move “saving” related settings together, and expose a UI for savers to plug into. Fixes #2741
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
title: $:/core/ui/ControlPanel/Saving/TiddlySpot
|
|
tags: $:/tags/ControlPanel/Saving
|
|
caption: {{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/
|
|
|
|
\define backupURL()
|
|
http://$(userName)$.tiddlyspot.com/backup/
|
|
\end
|
|
\define backupLink()
|
|
<$reveal type="nomatch" state="$:/UploadName" text="">
|
|
<$set name="userName" value={{$:/UploadName}}>
|
|
<$reveal type="match" state="$:/UploadURL" text="">
|
|
<<backupURL>>
|
|
</$reveal>
|
|
<$reveal type="nomatch" state="$:/UploadURL" text="">
|
|
<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>
|
|
</$reveal>
|
|
</$set>
|
|
</$reveal>
|
|
\end
|
|
|
|
<<lingo Description>>
|
|
|
|
|<<lingo UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
|
|<<lingo Password>> |<$password name="upload"/> |
|
|
|<<lingo Backups>> |<<backupLink>> |
|
|
|
|
''<<lingo Advanced/Heading>>''
|
|
|
|
|<<lingo ServerURL>> |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
|
|<<lingo Filename>> |<$edit-text tiddler="$:/UploadFilename" default="index.html" tag="input"/> |
|
|
|<<lingo UploadDir>> |<$edit-text tiddler="$:/UploadDir" default="." tag="input"/> |
|
|
|<<lingo BackupDir>> |<$edit-text tiddler="$:/UploadBackupDir" default="." tag="input"/> |
|
|
|
|
<<lingo TiddlySpot/Hint>> |