1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Add TW5-browser-nativesaver to tw5.com docs (#6447)

* Signing the CLA

* Add TW5-browser-nativesaver to tw5.com docs

Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
This commit is contained in:
Dyllon Gagnier 2022-02-06 02:49:48 -08:00 committed by GitHub
parent 3e62e8406b
commit 6b31d7cae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
caption: TW5-browser-nativesaver (experimental)
color: #FF8A65
created: 20220206035734757
delivery: Saver
description: Save changes using new versions of Chromium based browsers
method: save
modified: 20220206035734757
tags: Chrome Edge Opera Saving Linux Mac Windows
title: Saving on Browser with File System Access API
type: text/vnd.tiddlywiki
Tiddlywiki can save changes to the filesystem without [[downloading a new file each time|Saving with the HTML5 fallback saver]]
each time using the [[File System Access API|https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API]].
<<.warning "This API is not yet fully standardized hence this method of saving is somewhat experimental.">>
The API used by this saver works in most Chromium based browsers. See [[caniuse|https://caniuse.com/native-filesystem-api]]
for up to date information on browser support.
* [[Plugin Wiki|https://slaymaker1907.github.io/tiddlywiki/plugin-library.html]]
* [[GitHub Repo|https://github.com/slaymaker1907/TW5-browser-nativesaver]]