1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/upgrade/UpgradeWizard.tid

49 lines
973 B
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-14 20:52:32 +00:00
The following tiddlers will be included in the upgrade
<$set name="storyTiddler" value="$:/Import">
2014-07-14 20:52:32 +00:00
{{$:/Import||$:/core/ui/ImportListing}}
</$set>
2014-07-14 21:06:23 +00:00
<$button message="tw-perform-import" param="$:/Import">Upgrade</$button>
2014-07-14 20:52:32 +00:00
</$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
{{$:/plugins/tiddlywiki/upgrade/save}}
</$reveal>
2014-07-14 20:52:32 +00:00
</div>
</div>