Neven
Neven
> Does this have any priority in development? I wasn't planning to work on it soon. If someone wants to take a shot though, we can go though that's needed.
There's only `TITLE` now and it's in [OrgFileSettings](https://github.com/orgzly/org-java/blob/master/src/main/java/com/orgzly/org/OrgFileSettings.java). I guess steps would be: - Support `FILETAGS` in `OrgFileSettings` - Add `tags` to [books](https://github.com/orgzly/orgzly-android/blob/master/app/src/main/java/com/orgzly/android/provider/models/DbBook.java) table - Modify [notes_view](https://github.com/orgzly/orgzly-android/blob/master/app/src/main/java/com/orgzly/android/provider/views/DbNoteView.java) adding `book_tags` -...
There's already #57 for calendar integration. Calendar view within app is a different beast.
Not yet, but there's a plan to allow displaying agenda for a specific period, not just X days in the future. First mentioned in https://github.com/orgzly/documentation/blob/master/searching-proposal.org#agenda--grouping. This can also be supported...
Replying to @benmoran from #400: > Do you think exporting the settings to a YAML file would be OK? YAML's good. > Should there be book level settings as well...
> Any hint about how the settings, searches, etc can be exported/imported? Searches can be exported to a file. As for settings, if device is not rooted Google's backup could...
There are 3 buttons already (today, tomorrow, next week), I think adding more would make the dialog cluttered. Opening calendar is only one more click away.
Perhaps current buttons could be made configurable. With this layout, I'd be OK with adding one more. Or turning the 3 buttons into one spinner, but that's one more click...
OK, apparently I misunderstood you completely, I though you're only referring to 3 buttons above date (day shortcuts). Thanks for the doc. Some of these are not part of repeat...
Plugin would be cool, in the meantime, you can do this by sending an intent - see [this comment](https://github.com/orgzly/orgzly-android/issues/8#issuecomment-288946032). I've tried it now by creating a new action `System ->...