federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.1k forks source link

feature request allow user to sync there data to a cloud or ftp #960

Open devtool15424 opened 9 months ago

devtool15424 commented 9 months ago

Hi,

It can be great to allow user to sync data to a cloud or ftp in encrypted file

Have a nice day

xphil commented 9 months ago

Will second that! Even simple thing where mobile user can select data storage path would be very appreciated. That way the user can use 3rd party apps to sync notes between phone and desktop.

federicoiosue commented 8 months ago

It's been quite a long time since when I worked on sync tasks to be honest.

The selected approach was to create in real time some kind of "backup" folder, always kept in sync with current app's status. I used to sync the folder above with a third party app with my pc to have the same notes on desktop to test the funcionality of https://github.com/federicoiosue/omni-notes-desktop.

I'll move again on that track to update the code to the current base and release an alpha version (separated from the stable app) to check out how it behaves.