Problem / Use Case
Large documents are difficult to navigate without a built‑in search function. Users expect Ctrl+F behaviour in any text editor.
Proposed Solution
Implement a simple find box that supports:
- Searching within the current document
- Highlighting all matches
- Navigating between matches
Alternatives Considered (optional)
Manual scrolling or external editors, both inefficient.
Additional Notes (optional)
A minimal VS Code‑style find bar would be ideal.
Problem / Use Case
Large documents are difficult to navigate without a built‑in search function. Users expect Ctrl+F behaviour in any text editor.
Proposed Solution
Implement a simple find box that supports:
Alternatives Considered (optional)
Manual scrolling or external editors, both inefficient.
Additional Notes (optional)
A minimal VS Code‑style find bar would be ideal.