nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

Type-ahead with matches found #680

Open dev20242025 opened 3 days ago

dev20242025 commented 3 days ago

Need type-ahead with matches found on the search box while typing for a keyword or a sentence which would help to narrow down the result even before hitting the search and going through

nuttyartist commented 3 days ago

Showing the results while typing is already some sort of type-ahead. What I would recommend is actually smart search and to show a "Top Hits" results at the top of the results (same as Apple Notes does it).

dev20242025 commented 2 days ago

so when https://github.com/nuttyartist/notes/issues/200 will be available?

nuttyartist commented 2 days ago

Not sure yet. I'll probably implement it into Plume (https://www.get-plume.com/) first, and then I'll add it into Notes.