-
Notifications
You must be signed in to change notification settings - Fork 33
PCH Smart Linking: Prevent suggesting links in unexpected blocks #2673
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
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Base branches to auto review (4)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Description
This PR is in response to the #2669, where we want to prevent Smart Links from being suggested in unexpected blocks, such as headings or captions.
It introduces a new constant
BLOCKS_ALLOWEDin theSmart_Linkingclass, which can be customized using the newwp_parsely_smart_linking_allowed_blocksfilter. This allows developers to specify which blocks are eligible for Smart Linking. Here's an example of how developers can customize the allowed blocks for the Smart Linking feature:The Smart Linking UI was also updated to respect these allowed blocks, and a utility function
isInsideHeadingOrCaptionwas added to skip applying links within headings or captions.Motivation and context
How has this been tested?
Tested locally by verifying the filter for allowed blocks works as expected, ensuring Smart Links are not applied to inappropriate blocks or within headings or captions, and checking the UI for correct behavior with the new settings and adjustments.
Screenshots (if appropriate)
Screen.Recording.2024-07-26.at.13.43.34.mov