dgmid / nextcloud-notes-mac-client

Access and edit your Nextcloud Notes on the Mac
MIT License
73 stars 15 forks source link

Access notes from Local Storage #11

Closed sunjam closed 5 years ago

sunjam commented 5 years ago

Hi, I was curious about accessing notes from local storage within this app, since these same directories could also be synchronized via the Nextcloud Desktop app.

dgmid commented 5 years ago

Hi @sunjam This app doesn't work with local copies. It uses the nextcloud notes API to obtain the content of the notes online. Then when you save it saves via the API directly back to your nextcloud instance.

If you happen to also sync the contents of the Notes folder to your Hard drive using the Nextcloud sync app, all that would happen is that on saving a note it would be saved via the notes API directly to Nextcloud - then the Nextcloud app would update the copy on your Hard drive.