mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
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:
parent
9c579e3596
commit
16444e023a
@ -1,5 +0,0 @@
|
||||
title: $:/core/ui/ControlPanel/Encryption
|
||||
tags: $:/tags/ControlPanel
|
||||
caption: Encryption
|
||||
|
||||
{{$:/snippets/encryptionstatus}}
|
11
core/ui/ControlPanel/Saving.tid
Normal file
11
core/ui/ControlPanel/Saving.tid
Normal 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//
|
@ -7,3 +7,7 @@ caption: Tools
|
||||
<$browse/>
|
||||
|
||||
Browse for files on your computer to import their contents (the individual tiddlers within TiddlyWiki HTML files are imported separately). You can also drag and drop files directly to the browser window.
|
||||
|
||||
! Encryption
|
||||
|
||||
{{$:/snippets/encryptionstatus}}
|
||||
|
@ -1,2 +1,2 @@
|
||||
title: $:/tags/ControlPanel
|
||||
list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Encryption $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals
|
||||
list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals
|
||||
|
@ -10,22 +10,8 @@ TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Dan
|
||||
TiddlyWiki5 isn't yet built in to TiddlySpot but you can use it by following these steps:
|
||||
|
||||
# Sign up for a new wiki at http://tiddlyspot.com/, and remember the wiki name and password
|
||||
# Open TiddlyWiki5 in your browser from http://five.tiddlywiki.com/
|
||||
# Fill in the information listed below
|
||||
# Open TiddlyWiki5 in your browser from http://five.tiddlywiki.com/empty.html
|
||||
# Fill in the TiddlySpot wikiname and password in the control panel
|
||||
# Click the "Save Changes" button. You should get a confirmation message `0 - Fileindex.html`
|
||||
# Navigate to your TiddlySpot URL at http://{wikiname}.tiddlyspot.com/
|
||||
# You should see a copy of TiddlyWiki5. You can edit and create tiddlers, and click "Save Changes" to save changes back up to TiddlySpot (you'll need to re-enter your password the first time you visit the wiki on TiddlySpot)
|
||||
|
||||
! TiddlySpot details
|
||||
|
||||
Wiki name: <$edit-text tiddler="$:/UploadName" default="" tag="input"/>
|
||||
|
||||
Password: <$password name="upload"/>
|
||||
|
||||
----
|
||||
|
||||
If you're using a server other than TiddlySpot, you can set the server URL here:
|
||||
|
||||
Service URL: <$edit-text tiddler="$:/UploadURL" default="" tag="input"/>
|
||||
|
||||
//(by default, the server URL is `http://<wikiname>.tiddlyspot.com/store.cgi`)//
|
||||
|
Loading…
Reference in New Issue
Block a user