mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
1e221ddbdb
* Styles and templates for visual changes to Saving methods listing * Color coding saver methods according to delivery * Changes to tags and few tiddlers - The tag InternetExplorer has been changed to [[Internet Explorer]] - A tag for Edge is added - Reclassified TiddlyServer as DIY instead of App The existing criteriion for classification is unclear. Here is my reasoning for the change. An app is something user can simply install and run. Like TiddlyDesktop or Tiddloid. A DIY is something user has to install additional runtimes for. Thus Nodejs is a DIY. In the same vein, TiddlyServer is a DIY * Adding Twexe * Reversing accidental changes to StoryList * Restyling Download button and Card Size * Removing "Read more" links Entire card is now clickable To give visual clues regarding the clickability of card, title will change color to blue on card hover * Removing margins from elements under link and adding padding instead. Why this change? Margins are not "clickable". Having margins under <a> tag means there are minute dead areas where the mouse pointer will change shape, is not clickable and degrade user experience. Paddings are "clickable"
28 lines
1.6 KiB
Plaintext
28 lines
1.6 KiB
Plaintext
caption: Download Saver
|
|
color: #7986CB
|
|
created: 20131129092604900
|
|
delivery: Saver
|
|
description: Slightly awkward but universal technique that works on almost every browser
|
|
method: save
|
|
modified: 20200507202835577
|
|
tags: Chrome Firefox [[Internet Explorer]] Opera Safari Saving Edge
|
|
title: Saving with the HTML5 fallback saver
|
|
type: text/vnd.tiddlywiki
|
|
|
|
This method of saving changes is clunky because it requires manual intervention for each save. It 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>> ''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.
|