amake / orgro

An Org Mode file viewer for iOS and Android
https://orgro.org
GNU General Public License v3.0
452 stars 21 forks source link

Add screen to select files from a directory #95

Closed dotancohen closed 1 week ago

dotancohen commented 1 week ago

The Orgro filepicker is good for using just a limited number of .org files spread around a filesystem. However, for the use case of storing all .org files in a directory and then browsing them, the current file picker is very cumbersome.

For such use case, please add a setting "Note base directory" and a screen that browses this directory. Thank you!

amake commented 1 week ago

By design Orgro only supports selecting a single file at a time. If you want to browse files, I suggest you use the file browser app that comes with your OS, and use it to open files in Orgro.

dotancohen commented 1 week ago

Will do, then, thank you.