mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
created: 20131202102427114
|
|
creator: JeremyRuston
|
|
modified: 20131205175047321
|
|
modifier: JeremyRuston
|
|
tags: howto
|
|
title: Upgrading
|
|
type: text/vnd.tiddlywiki
|
|
|
|
There are several methods for upgrading an existing TiddlyWiki5 document to a new release.
|
|
|
|
! Online upgrading
|
|
|
|
Note that none of your personal data leaves your browser with this process.
|
|
|
|
# Visit http://five.tiddlywiki.com/empty.html
|
|
# Drag your old TiddlyWiki5 HTML file into the browser window
|
|
#* Your tiddlers should be imported
|
|
# Save changes to save the new version
|
|
|
|
//For the moment you'll also need to manually update any plugins that are not included in empty.html://
|
|
|
|
># Open the control panel to the ''Plugins'' tab in your upgraded wiki
|
|
># Check the version numbers of the plugins you are using; any plugins with an older version than the version of [[$:/core]] will probably need updating
|
|
># Locate a wiki with the plugins you need to update and open the control panel ''Plugins'' tab
|
|
>#* http://five.tiddlywiki.com/d3demo.html for the D3 plugin
|
|
>#* http://five.tiddlywiki.com/codemirrordemo.html for the CodeMirror plugin
|
|
>#* http://five.tiddlywiki.com/markdowndemo.html for the MarkDown plugin
|
|
>#* http://five.tiddlywiki.com/ for most of the others
|
|
># Drag the plugin links one by one back to your own wiki. You should see the version numbers update in the control panel
|
|
># Save your wiki
|
|
|
|
! Offline upgrading
|
|
|
|
You can also download http://five.tiddlywiki.com/empty.html locally and perform the same drag-and-drop procedure to upgrade your files.
|