From 1cb524cb9f58fa26ee262828bce10ee56e2f2dce Mon Sep 17 00:00:00 2001 From: Ichijiku Ichigo Date: Sat, 5 Oct 2024 20:53:52 +0900 Subject: [PATCH] [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Saving on Browser with the File System Access API.tid' --- ...rowser with the File System Access API.tid | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid diff --git a/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid b/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid new file mode 100644 index 000000000..9fbc1a43a --- /dev/null +++ b/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid @@ -0,0 +1,22 @@ +caption: TW5-browser-nativesaver (実験的) +color: #FF8A65 +created: 20220206035734757 +delivery: Saver +description: Chromiumベースブラウザの新しいバージョンを使用して変更を保存 +method: save +modified: 20241005113917768 +original-modified: 20220206035734757 +tags: Chrome Edge Opera Saving Linux Mac Windows +title: Saving on Browser with File System Access API +ja-title: ブラウザのFile System Access APIを用いた保存 +type: text/vnd.tiddlywiki + +Tiddlywikiは、[[毎回新しいファイルをダウンロードする|Saving with the HTML5 fallback saver]]ことなく、[[File System Access API|https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API]]を使用して、 +ファイルシステムへ変更を保存できます。 + +<<.warning "このAPIはまだ完全に標準化されていないため、この保存方法はいくぶん実験的です。">> + +この保存方法で使用されるAPIは、ほとんどのChromiumベースのブラウザで動作します。ブラウザのサポートに関する最新情報については、[[caniuse|https://caniuse.com/native-filesystem-api]]を参照してください。 + +* [[プラグインWiki|https://slaymaker1907.github.io/tiddlywiki/plugin-library.html]] +* [[GitHubレポジトリ|https://github.com/slaymaker1907/TW5-browser-nativesaver]]