Link
Link feature is included by default in the editor and it allows you to add hyperlinks. However in order to get the link editor modal, you need to add the DialogLinkEditor
plugin to the editor.
Result
Loading...
Live EditorOpen in playground
<Editor> <EditorToolbar /> <RichEditor placeholder="Add editable links" /> <DialogLinkEditor /> </Editor>
Plugins
ConvertSelectionToLinkOnPastePlugin
This plugin converts the selected text to a link if the pasted text is a URL.
Result
Loading...
Live EditorOpen in playground
<Editor> <EditorToolbar /> <RichEditor placeholder="Add editable links" /> <DialogLinkEditor /> <ConvertSelectionToLinkOnPastePlugin /> </Editor>