dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Add highlighting of searched words to the current note. #27

Open dhunt84971 opened 3 years ago

dhunt84971 commented 3 years ago

Searched word highlighting only occurs for the previewed note when the search result button is hovered over. Adding this feature would make the search words highlight in the current notes as well. This feature would only work when the Markdown view was selected and would only be triggered when the search Go button was clicked. Any changes to the calendar that caused the notes to be reloaded would remove the highlighting until the Go button was clicked again.