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

Jump to search entries; 'Next' and 'Previous' buttons for search #65

Closed SomeGitboi closed 1 year ago

SomeGitboi commented 1 year ago

I understand how search works, but it would be more user-friendly if after searching for whatever text the user might search for, it jumps to the first entry. And if there are multiple entries of said text, the user then has the option to press a button that jumps to the next entry. There can also be another button for the previous entry.

amake commented 1 year ago

This would be nice to have. The main hurdle I have is that I don't know how to scroll a span of the document into view programmatically, except for this method which would be extremely onerous to implement given the current architecture where the Org document is rendered by a separate library.

amake commented 1 year ago

This will be available for beta testing shortly:

amake commented 1 year ago

This was released in v1.27.1.