1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript121 forks (121 forks)github user discovery
featurehacktoberfest
Repository metrics
- Stars
- 299 stars (299 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- j/k : select next/previous hit
- n/p: select next/previous HSP
- x: toggle selection (checkmark) of current HSP
- o: open/close current hit (same as clicking on the chevron)
Contributor guide
- Research direction
- Investigate the current codebase to understand how hits and HSPs are rendered and interacted with. Implement keydown event listeners for j, k, n, p, x, o keys to navigate and select HSPs as described.
- Tech stack
- javascript
- Domain
- frontendweb dev
- Issue type
- Feature
- Prerequisites
- JavaScriptDOM events