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. |
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
samePageURLfunction, "file" has been added to validSchemes.Testing strategy:
Known issues with pull request:
None
Code Review Checklist:
Summary by CodeRabbit
New Features
Tests