Closed TorstenDittmann closed 4 years ago
I want to have a method that can either:
Current development branch is 1.1.
It might be helpful to isolate any platform specific methods to a single service file. Right now I have a few of them in here that can be migrated in such service as well. Something like src/interface.js, src/bridge.jsor what ever can be created.
src/interface.js
src/bridge.js
The save file dialog will be called here: https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Export/Cloud.svelte#L124
The main hurdle got solved with https://github.com/TorstenDittmann/OmniaWrite/commit/e62164ee16f13e84b375c515f83e8b0a63f4cf33.
I want to have a method that can either:
Current development branch is 1.1.
It might be helpful to isolate any platform specific methods to a single service file. Right now I have a few of them in here that can be migrated in such service as well. Something like
src/interface.js
,src/bridge.js
or what ever can be created.The save file dialog will be called here: https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Export/Cloud.svelte#L124