mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
d70b6a7d6c
* Make save wiki button be accessible to users without colour vision * Make the dynamic button be a separate button For backwards compatibility
28 lines
1.6 KiB
Plaintext
28 lines
1.6 KiB
Plaintext
caption: Download Saver
|
|
color: #7986CB
|
|
created: 20221210215207986
|
|
delivery: Saver
|
|
description: Universal technique that works on almost every browser
|
|
method: save
|
|
modified: 20221210215716269
|
|
tags: Chrome Firefox [[Internet Explorer]] Opera Safari Saving Edge Windows Mac Linux Android iOS
|
|
title: Saving with the HTML5 saver
|
|
type: text/vnd.tiddlywiki
|
|
|
|
This is the default method of saving if no other method is installed. It uses your browser's built-in "download a file" handler, and has the advantage of working on almost all desktop browsers, and many mobile browsers.
|
|
|
|
# [[Download]] an empty TiddlyWiki by clicking this button:
|
|
#> {{$:/editions/tw5.com/snippets/download-empty-button}}
|
|
#> If the button doesn't work save this link: https://tiddlywiki.com/empty.html
|
|
#> Your browser may ask you to accept the download before it begins
|
|
# Locate the file you just downloaded
|
|
#* You may rename it, but be sure to keep the `.html` or `.htm` extension
|
|
# Open the file in your browser
|
|
# Try creating a new tiddler using the ''new tiddler'' <<.icon $:/core/images/new-button>> button in the sidebar. Type some content for the tiddler, and click the <<.icon $:/core/images/done-button>> ''ok'' button
|
|
# Save your changes by clicking the <<.icon $:/core/images/save-button-dynamic>> ''save changes'' button in the sidebar
|
|
# Your browser will download a new copy of the wiki incorporating your changes
|
|
# Locate the newly downloaded file and open it in your browser
|
|
# Verify that your changes have been saved correctly
|
|
|
|
''Tip'': most browsers have an option to prompt each time for the download location. This allows you to select the existing version of the file and replace it.
|