nextcloud / notes

✎ Distraction-free notes and writing
https://apps.nextcloud.com/apps/notes
GNU Affero General Public License v3.0
623 stars 133 forks source link

Add customization of storage path #1398

Closed opa-rudi closed 4 weeks ago

opa-rudi commented 4 weeks ago

It would be nice if you can specify the storage path in the cloud or on local android system.

stefan-niedermann commented 4 weeks ago

Notes server app

There are Settings at the bottom left of the Notes app, as in most other apps. Clicking it allows you to adjust the storage path:

Image

Notes Android

Clicking on your profile avatar in the top right, then click Manage accounts, tap the ⚙ icon and choose "Set folder" (or similar wording):

Image

The local storage path can't be adjusted as the Notes Android app does not store the notes as files, but in a database for performance (and other) reasons.

opa-rudi commented 4 weeks ago

Argh. My fault. Thx! :)