Feature request: previous next navigation using url
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
is it possible to add navigating previous and next using url (ie. https://github.com/philc/vimium/issues?page=3&q=is%3Aissue+is%3Aopen) by incrementing page=3
some website pagination don't have prev next link but page can be changed from url.
with my limited knowledge, I think url navigation should have higher priority than page navigation because using a pattern is a bit brute force and sometimes it click something that don't have anything to do with prev or next.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining Vimium's existing previous and next page navigation and how it handles URL-based navigation. Define how a numeric page parameter should be detected, incremented, and validated, then verify the behavior on the linked GitHub issues URL and sites without previous or next links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100