TiddlyWiki5/plugins/tiddlywiki/upgrade/UpgradeWizard.tid

55 lines
1.3 KiB
Plaintext
Raw Normal View History

title: $:/UpgradeWizard
tags: $:/tags/StoryBackdrop
2014-07-14 20:52:32 +00:00
<div class="tw-upgrade-wizard-wrapper">
<div class="tw-upgrade-wizard">
! ~TiddlyWiki Upgrade Wizard
<$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/>
---
//Your data will not leave your browser. [[Download|http://tiddlywiki.com/upgrade.html]] this upgrader to use it offline//
</$list>
<$reveal state="$:/Import!!status" type="match" text="pending">
2014-07-15 12:11:40 +00:00
The following tiddlers will be included in the upgrade <$button message="tw-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|http://groups.google.com/group/TiddlyWiki]].
2014-07-15 12:11:40 +00:00
</$reveal>
2014-07-14 20:52:32 +00:00
</div>
</div>