Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep an eye on browser-fs-access #663

Open
munen opened this issue May 4, 2021 · 2 comments
Open

Keep an eye on browser-fs-access #663

munen opened this issue May 4, 2021 · 2 comments
Labels

Comments

@munen
Copy link
Collaborator

munen commented May 4, 2021

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:

  • 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.

Some relevant links:

@munen munen added the waiting label May 4, 2021
@schoettl
Copy link
Collaborator

schoettl commented May 4, 2021

Haha, browser-fs-access README says:

This library is a ponyfill.

Like polyfill but with pony pureness

ponyfill.com says:

Pony pureness, really?
While polyfills are naughty, ponyfills are pure, just like ponies.

:D

@munen
Copy link
Collaborator Author

munen commented May 4, 2021

Love it!(;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants