-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal to improve search #64
Comments
Not sure what you mean by 1. Regarding 2, it is just one of the ways to navigate search results. Please see Gesture section. |
It's hard to find the search icon and after you find it, there's no up/down buttons. The message ("W: ... S: ...") doesn't seem to make sense. |
What I mean is just - how the search icon is located is counter-intuitive (especially given where search is in the notes list) and hard to find. I don't know how else to explain. Same with absense of up/down arrows in the search box. Additional gestures may be good but little arrows is what everyone is used to. |
I'm new to Neutrinote CE and, in the process of deciding whether it makes sense for me to start using it for real notes, browsing through its documentation and issues. Search can also be invoked with The "cryptic" message you're referring to appears to give the count of words and the document size, respectively. In long notes, there may also be a third number with label 'L:' that denotes the line number of the text cursor, normally the current match. Although all those numbers can be useful, I agree the design, place, and invocation of this little message are a bit arcane and not self explanatory yet. To say the least, the one letter abbreviations would profit from being explicated somewhere nearby. Furthermore, word count and size are inherent properties of the document and unrelated to search, so what's the point of providing them within the search results view? It would make more sense if the (partial) line, word and byte/char counts - preferrably in that order, cf. e. g. the wc default output format - from the beginning of the file up to the current cursor position were given. Or even better yet, expand the match count info that e. g. indicates the 6th match out of a total of 18 matches of 'search term' by 6/18 'search term' with the partial/total counts of lines, words and bytes, as well: 12/57 lines The current mixed selection of total words, total size, but partial lines count (marked bold in above example) is hard to make sense of. Also, those numbers do not make up for the lack of proper previous and next search result buttons. The search experience in NN feels incomplete without. To quickly navigate through search results back and forth, the user should be allowed to jump to the previous or next search result with a single tap (as well as with |
I have been using Neutrinote for several years now and am not planning to switch. The main reason is that it works well with large files. I must say I have tried several dozen notepads before stopping on NN. Many thanks to the developer but, yes, these interface features are counter-intuitive. By the way, what is C.E.? |
I don't know for sure, but CE might stand for Community Edition. Thanks for sharing your experience, good to know NN has proven worthwhile for you over the years. I'm still deterred by a few crucial issues, with this one being only the fifth:
I guess I'll try and file them one by one, to see if there is any resonance on improving them. |
BTW, I think are not meant by @appml to point to the match count or search icon, specifically, but simply to indicate "swipe up / swipe down" scrolling directions.Of course, scrolling cannot make up for the lack of previous or next buttons, either. |
But when you click the upper arrow area, I think, the notepad pastes the content copied in the buffer... |
I can't seem to reproduce that. The area doesn't show any special behaviour here, it just puts the text cursor at the place of my tap. |
@GfEW I've tried this again. You are right, the copied fragment is not pasted in the text area but, in my case, rather pasted in this upper right area pointed by the red arrow. Say, I have "bbb" in buffer. I search "s". Tapping on the upper right area triggers a) the box with the characters count b) unexpectedly, the buffer fragment "bbb" pasted in the upper right area itself. |
Oh right, I can confirm (b). This latter behavior looks like a bug to me, or a very weird UI design decision. On (a), we already agree. |
@GfEW Generally speaking, it would perhaps make sense to make the two search interfaces more consistent. By the first one I mean searching from the notes list (there's a logical magnifying glass icon in the top bar). By the second - searching from within a note. |
@GfEW I agree that the UI is not exposing some of the functionalities. The app was originally designed almost 10 years ago and has accumulated more than 1000 builds so far, so the priority now is to retain as much as features across iterations of Android versions (several already been dropped over the years). As you might have noticed if you follow the app's development a while, most recent new features are CLI oriented. Ideally someone could come along and revamped the UI frontend, or carry on with all the features with something better, or fork it into an entirely new app, as the current development resource is tightly limited. |
@appml Since I'm not a coder, my contribution to facilitating more active development most likely won't be on the code side of things. |
As it turns out, that's really by design, and there is a previous/next navigation in search results already! It's all explained here. What remains is the obvious non-obviousness of these features, in terms of a modern, self-explanatory GUI. Which only reinforces the need for a revamp. I think that Neutrinote has invaluable potential to be a fast, focussed, lightweight alternative to Obsidian, Joplin and the likes, but as of now, there are too many rough edges desparately looking for someone to polish them, if not to give the GUI a general, systematic overhaul. |
Is your feature request related to a problem? Please describe.
There is search functionality in the general list of notes. It is, however, not possible to jump between the highlighted search results.
Also, it isn't possible to search when in the note-editing mode.
Describe the solution you'd like
It would be nice to improve search functionality.
The text was updated successfully, but these errors were encountered: