Skip to main content

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...
<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...
<Editor>
  <EditorToolbar />
  <RichEditor placeholder="Add editable links" />
  <DialogLinkEditor />
  <ConvertSelectionToLinkOnPastePlugin />
</Editor>