-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report same page links on local files #17161
Conversation
@coderabbitai review |
WalkthroughThe pull request introduces modifications to the Changes
Possibly related issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
Tip Early access features: enabledWe are currently testing the following features in early access:
Note:
|
@nvdaes Thanks for implementing this! Will it also work in local help systems - a.k.a. CHM files? |
…nto samePageLinksLocal
Thanks @SaschaCowley. I think that your suggestion is addressed and this is ready for review. |
@nvdaes I think something has gone wrong with your merge; I'm seeing 105 changed files. |
Thanks @SaschaCowley . I think that now it's ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @nvdaes.
Link to issue number:
Fixes issue #17127
Summary of the issue:
Same page links are reported, but not on local files.
Fixup of PR #16994
Description of user facing changes
Same page links will be also reported on local files like HTML documents.
Description of development approach
In the
samePageURL
function, "file" has been added to validSchemes.Testing strategy:
Known issues with pull request:
None
Code Review Checklist:
Summary by CodeRabbit
New Features
Tests