mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
47 lines
2.2 KiB
Plaintext
47 lines
2.2 KiB
Plaintext
created: 20131202102427114
|
|
modified: 20140419133900452
|
|
tags: howto
|
|
title: Upgrading
|
|
type: text/vnd.tiddlywiki
|
|
|
|
There are several methods for upgrading an existing TiddlyWiki version 5 document to a new release. There is a [[different procedure|Upgrading TiddlyWiki on Node.js]] for upgrading [[TiddlyWiki on Node.js]].
|
|
|
|
<<<
|
|
Regardless of which method you use, remember the [[The First Rule of Using TiddlyWiki]]:
|
|
|
|
//You are responsible for looking after your own data; take care to make backups, especially when upgrading the ~TiddlyWiki core//
|
|
<<<
|
|
|
|
<div class="tw-message-box">
|
|
|
|
<a class="tw-message-icon" href="http://tiddlywiki.com/" target="_blank">{{TiddlyWiki Classic.png}}</a>
|
|
|
|
!! Upgrading from TiddlyWikiClassic
|
|
|
|
Remember that TiddlyWiki version 5 is not fully backwards compatible with the older TiddlyWikiClassic. It is recommended that users of TiddlyWikiClassic should not attempt to upgrade their existing files until the new version is more mature.
|
|
|
|
</div>
|
|
|
|
! Online upgrading
|
|
|
|
This process will work on most desktop browsers. Note that none of your personal data leaves your browser with this process.
|
|
|
|
# Locate your TiddlyWiki file in the file system (ie using Windows Explorer, the Finder on Mac OS X, or your file manager on Linux)
|
|
# Visit http://tiddlywiki.com/upgrade.html in your browser
|
|
# Drag your old TiddlyWiki HTML file into the browser window
|
|
#* If the file is encrypted you will be prompted for the password
|
|
# Review the list of tiddlers that will be upgraded
|
|
# Click ''Upgrade''
|
|
# Set your password again if you want to use encryption
|
|
# Save changes to save the new version
|
|
|
|
This will download a file called ''upgrade.html'' to your computer. This file is the upgrade of your old file. You may need to open the location where ''upgrade.html'' was downloaded, rename ''upgrade.html'' with the name of the old file you are upgrading, and replace the old file by moving the new file in its place.
|
|
|
|
! Offline upgrading
|
|
|
|
You can also download http://tiddlywiki.com/upgrade.html locally and perform the same drag-and-drop procedure to upgrade your files.
|
|
|
|
! Problems with Upgrades
|
|
|
|
Particularly during the beta, it is possible for a customisation applied in a previous version to break when upgraded to the latest version. Use SafeMode to investigate and fix these problems.
|