2014-07-14 13:53:21 +00:00
|
|
|
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
|
|
|
|
|
2014-07-14 13:53:21 +00:00
|
|
|
<$list filter="[[$:/Import]is[missing]]">
|
|
|
|
|
2014-07-14 20:52:32 +00:00
|
|
|
{{$:/core/images/download-button}}
|
2014-07-14 13:53:21 +00:00
|
|
|
|
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/>
|
2014-07-14 13:53:21 +00:00
|
|
|
|
|
|
|
</$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
|
2014-07-14 13:53:21 +00:00
|
|
|
|
|
|
|
<$set name="storyTiddler" value="$:/Import">
|
|
|
|
|
2014-07-14 20:52:32 +00:00
|
|
|
{{$:/Import||$:/core/ui/ImportListing}}
|
2014-07-14 13:53:21 +00:00
|
|
|
|
|
|
|
</$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
|
|
|
|
2014-07-14 13:53:21 +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
|
2014-07-14 13:53:21 +00:00
|
|
|
|
|
|
|
{{$:/plugins/tiddlywiki/upgrade/save}}
|
|
|
|
|
|
|
|
</$reveal>
|
2014-07-14 20:52:32 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|