ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
27.55k stars 2.29k forks source link

Added optional custom uri validator in link extension #5726

Closed SanderLeenders closed 1 week ago

SanderLeenders commented 1 month ago

Changes Overview

Added custom url validation to link extension

Implementation Approach

Added an optional custom url validation to provide full control over (in)valid uri's

Testing Done

Added test

Verification Steps

Additional Notes

Checklist

Related Issues

[Bug]: Expose an API to overwrite the default link validation

changeset-bot[bot] commented 1 month ago

āš ļø No Changeset found

Latest commit: 82b0816de6a6e15aaf546d9749930dea65d300a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 1 month ago

Deploy Preview for tiptap-embed ready!

Name Link
Latest commit 82b0816de6a6e15aaf546d9749930dea65d300a4
Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/670ce7f53eea510008f4dcf2
Deploy Preview https://deploy-preview-5726--tiptap-embed.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

SanderLeenders commented 1 week ago

This https://github.com/ueberdosis/tiptap/pull/5808 pull request appears to contain the suggested change, so Iā€™m closing this one.