editor-js / paragraph

Paragraph Tool for Editor.js 2.0
MIT License
41 stars 124 forks source link

links not being recognized #36

Open or2008 opened 4 years ago

or2008 commented 4 years ago

when I paste a link in the editor, it is not being recognized, and display the link as plain text. any idea how to make it clickable automatically?

also opened on the core repo https://github.com/codex-team/editor.js/issues/1309

semoal commented 4 years ago

Editor has an onPaste event, should implement a custom callback

Anyways I think theres a link tool, where this functionality is handled