appml / neutrinote

neutriNote - the original extensible Markdown + Math note app. Non-commerical. No lock-ins. Only 3 MB footprint & highly optimized. Designed for plaintext purists.
GNU General Public License v3.0
335 stars 23 forks source link

Add support for storage-access-framework #36

Closed Haze-sh closed 1 year ago

Haze-sh commented 1 year ago

Is your feature request related to a problem? Please describe. This would make NeutriNote compatible with DAVx5 and webdav in general.

Describe alternatives you've considered Import and export functionality isn't enough in this context even by using the mirror functionality.

appml commented 1 year ago

Mirror when available already provides efficient continuous sync to SAF in the background (there is no need to issue import / export separately).

https://appml.github.io/nano/#mirror

Sample setup:

+ -- Your Backup Folder
   |
   + -- mirror

HTH

Haze-sh commented 1 year ago

Thank you!