TiddlyWiki5/plugins/tiddlywiki/upgrade/UpgradeWizard.tid

60 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-02-28 15:43:48 +00:00
created: 20150228154208000
title: $:/UpgradeWizard
tags: $:/tags/AboveStory
2014-08-28 18:41:29 +00:00
<div class="tc-upgrade-wizard-wrapper">
2014-07-14 20:52:32 +00:00
2014-08-28 18:41:29 +00:00
<div class="tc-upgrade-wizard">
2014-07-14 20:52:32 +00:00
! Upgrade Wizard
!! ~TiddlyWiki version <<version>>
2014-07-14 20:52:32 +00:00
<$list filter="[[$:/Import]is[missing]]">
2014-07-14 20:52:32 +00:00
{{$:/core/images/download-button}}
2014-07-14 20:52:32 +00:00
Drag a ~TiddlyWiki file here to upgrade it
2014-07-14 21:11:40 +00:00
or click to pick a file <$browse/>
</$list>
<$reveal state="$:/Import!!status" type="match" text="pending">
2014-08-28 20:43:44 +00:00
The following tiddlers will be included in the upgrade <$button message="tm-perform-import" param="$:/Import">Upgrade</$button>
2014-07-14 20:52:32 +00:00
{{$:/Import||$:/core/ui/ImportListing}}
</$reveal>
<$reveal state="$:/Import!!status" type="match" text="complete">
2014-07-14 20:52:32 +00:00
Upgrade completed. Click the button below to save your upgraded ~TiddlyWiki file
2014-07-16 10:09:30 +00:00
Make sure that you keep a safe copy of your previous ~TiddlyWiki file.
<$reveal type="match" state="$:/isEncrypted" text="yes">
2014-07-16 10:09:30 +00:00
''The file will be encrypted with your existing password.''
</$reveal>
{{$:/plugins/tiddlywiki/upgrade/save}}
Close this browser window to prevent others from being able to access your data.
2014-07-15 12:11:40 +00:00
For help and support, visit [[the TiddlyWiki discussion forum|https://talk.tiddlywiki.org]].
2014-07-15 12:11:40 +00:00
</$reveal>
2014-07-14 20:52:32 +00:00
</div>
//Your data will not leave your browser. <a href="" download="upgrade.html">Download</a> this upgrader to use it offline//
2015-02-28 15:43:48 +00:00
//If clicking the link doesn't work, right-click the link and save it that way.//
2015-02-28 15:43:48 +00:00
//Your browser may ask you to accept the download before it begins.//
2014-07-14 20:52:32 +00:00
</div>