-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
I propose displaying an incremental and decremental "$CURRENT_COUNT of $TOTAL_COUNT matches" (or similar) message when ^|⌘+f search is engaged in Markdown Viewer.
Specifically, in this moment, this would make navigating the libplaybit API documentation UX significantly more pleasant. More generally, supporting this interaction advances Markdown Viewer towards the expected features commonly supported in Markdown editors.
N.B. "Highlight All", "Match Diacritics", and "Whole Words" would also be nice-to-haves.
Steps to Reproduce
- Open a document in Markdown View
- Press
^|⌘+fto engage search - Query a string matching a known present string in the document
- Navigate through each matching instance using
↑|↓UI buttons or^|⌘(+shift)+g
Expected Behavior
I expect a "$CURRENT_COUNT of $TOTAL_COUNT matches" (or similar) message to be shown adjacent to my query, which provides immediate query feedback, and assists with wayfinding throughout the document.
Actual Behavior
No match count message is provided. The only query feedback is highlighting the queried term, if a matching term is present.
If no matches exist, one must submit the query to receive a "The search phrase was not found in the page" dialog.
Logs
N/A
Environment
- Platform and OS Version: macOS Sonoma 14.3
- Playbit Version: 0.7.1

