feat: allow linking to individual headers on package page#224
Merged
danielroe merged 11 commits intonpmx-dev:mainfrom Jan 28, 2026
Merged
feat: allow linking to individual headers on package page#224danielroe merged 11 commits intonpmx-dev:mainfrom
danielroe merged 11 commits intonpmx-dev:mainfrom
Conversation
This will allow jumping straight to the readme view just like on GitHub by appending `#readme` to the URL - `https://github.com/<user>/<repo>#readme` On npmx it will be like this - `https://npmx.com/<package>#readme`
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Great addition! This PR need to be renamed and the description changed. |
#readme id to instantly view package readme
danielroe
approved these changes
Jan 28, 2026
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Jan 28, 2026
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Jonathan Yeong <hey@jonathanyeong.com> Co-authored-by: Vida Xie <vida_2020@163.com> Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will allow jumping straight to the readme view just like on GitHub by appending
#readmeto the URL -https://github.com/<user>/<repo>#readmeOn npmx it will be like this -
https://npmx.com/<package>#readmeThe only problem I see right now is that when adding
#readmeto the URL it jumps incorrectly to the sectionIt should jump so that the "README" heading is visible:
There is probably some problem with the
<header>.