1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/upgrade/UpgradeWizard.tid
2014-07-15 13:11:40 +01:00

51 lines
1011 B
Plaintext

title: $:/UpgradeWizard
tags: $:/tags/StoryBackdrop
<div class="tw-upgrade-wizard-wrapper">
<div class="tw-upgrade-wizard">
! ~TiddlyWiki Upgrade Wizard
<$list filter="[[$:/Import]is[missing]]">
{{$:/core/images/download-button}}
Drag a ~TiddlyWiki file here to upgrade it
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">
The following tiddlers will be included in the upgrade <$button message="tw-perform-import" param="$:/Import">Upgrade</$button>
<$set name="storyTiddler" value="$:/Import">
{{$:/Import||$:/core/ui/ImportListing}}
</$set>
</$reveal>
<$reveal state="$:/Import!!status" type="match" text="complete">
Upgrade completed. Click the button below to save your upgraded ~TiddlyWiki file
{{$:/plugins/tiddlywiki/upgrade/save}}
---
{{$:/snippets/encryptionstatus}}
</$reveal>
</div>
</div>