D8 Editor Advanced link

Categories

Component ID

2608400

Component name

D8 Editor Advanced link

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

117386

Component created

Component changed

Component body

Enhances the link Dialog in D8 CKEditor.
Allows to define the following attributes:

  • title
  • class
  • id
  • target
  • rel

Installation and configuration

Install as usual then:

  1. go to the "Text formats and editor" admin page (admin/config/content/formats)
  2. configure your text format
  3. if the "Limit allowed HTML tags and correct faulty HTML" filter is disabled you dont have anything to do with this text format
  4. else, add the "title", "class", "id", "target" and/or the "rel" attributes to the "allowed HTML tags" field (only those whitelisted will show up in the dialog)

Recommended

  • D8 Editor File upload to be able to create link to uploaded files easily.
  • Linkit provides an easy interface for internal and external linking with wysiwyg editors by using an autocomplete field.
  • CKEditor Entity Link is an alternative to Linkit that also provides an easy interface for internal linking within the editor.