You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a File System Access API with legacy fallback in the browser. Currently, it only works well on Chrome/Chromium. But there, it's emulating desktop UX:
Create a file in the app
Hit 'save'
Get a GUI dialogue with the name
Afterwards when hitting 'save' or using C-s, the document is saved to the same file
This could be nice to integrate to organice whence/if it's implemented for all major browsers.
https://github.com/GoogleChromeLabs/browser-fs-access
It's a File System Access API with legacy fallback in the browser. Currently, it only works well on Chrome/Chromium. But there, it's emulating desktop UX:
This could be nice to integrate to organice whence/if it's implemented for all major browsers.
Some relevant links:
The text was updated successfully, but these errors were encountered: