soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
96 stars 7 forks source link

Implement Search Function #25

Open ghost opened 1 year ago

ghost commented 1 year ago

Having a icon at the top right corner of the screen when clicked should activate the search bar which works highlight all the elements that have the same search result.

Another addition to this would be too arrow keys just like the ones present in Chromium where, pressing then would take us to the previous/next result.

soupslurpr commented 1 year ago

I'm fine with this functionality, just not going to focus on implementing it. Maybe in the future. If anyone wants to try (and for me in the future lol), here is some relevant official documentation: https://developer.android.com/reference/android/icu/text/StringSearch

soupslurpr commented 8 months ago

An experimental search bar component is available, it might make implementing this easier. I might start work on this in a few days if no one else is interested.