mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
6b31d7cae3
* Signing the CLA * Add TW5-browser-nativesaver to tw5.com docs Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
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]]
|