TorstenDittmann / OmniaWrite

A text editor engineered for creative writing.
https://OmniaWrite.com
Apache License 2.0
161 stars 34 forks source link

[mobile] Save exported project to storage #21

Closed TorstenDittmann closed 4 years ago

TorstenDittmann commented 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.

The save file dialog will be called here: https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Export/Cloud.svelte#L124

TorstenDittmann commented 4 years ago

The main hurdle got solved with https://github.com/TorstenDittmann/OmniaWrite/commit/e62164ee16f13e84b375c515f83e8b0a63f4cf33.