Add clipboard matchers also for plain text? #4418
compmaster
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to implement a link preview feature. When someone pastes a link, then:
When user copies URL from browser's address bar and pastes it to Quill editor, then nothing happens because clipboard matchers are not executed for plain text but only for HTML. See issue #4406.
Can it be accomplished in another way (without clipboard matchers)?
Feature request - add clipboard matchers also for plain text.
Beta Was this translation helpful? Give feedback.
All reactions