Chrome browsers support saving files directly to the disk. It can be useful for track editing.
But the thing is that it's chrome only, no Firefox nor Safari yet.
Also Chrome supports opening folders, but I think it's quite challenging to implement in terms of UX.
May be linked to #151
https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker
I have PoC implementation and usually it works, it sure has some limitations, but in general it's quite useful.
Chrome browsers support saving files directly to the disk. It can be useful for track editing.
But the thing is that it's chrome only, no Firefox nor Safari yet.
Also Chrome supports opening folders, but I think it's quite challenging to implement in terms of UX.
May be linked to #151
https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker
I have PoC implementation and usually it works, it sure has some limitations, but in general it's quite useful.