Use case or problem
I’m trying to find the number of times I wrote a specific word or phrase in a single note.
Proposed solution
I think this feature could easily be implemented in the current “search file” (CTRL + F) or “search & replace” (CTRL + H) function for finding instances of a word or phrase in a note. It would just need to also count how many instances it finds and display it on-screen.
Current workaround
The ways I currently see to do this are:
- Using the current “search file” menu via CTRL + F and going from instance to instance manually, counting until I reach the bottom of the note.
- Copy-pasting the note into Microsoft Word or another program and finding the number of counts from there.
- Creating a program in python or another programming language that auto-counts (I’m not very experienced in programming myself though so I have not tried this yet)