Need more options with Link dialog box
The ASC Intranet site does not have very many options when a link is added.
We need it to match the D7 Standard Site so that https is automatically added, title text can be added, mailto can be added.
Comments:
- Here is a module that we might consider using. It will do a flexible search for content on the site. https://www.drupal.org/project/linkit (Eva Dale - Dec 14, 2017)
-
- Tested locally
- pushed to dev
- works great! (Brian Canini - Dec 15, 2017)
- alternative: https://www.drupal.org/project/editor_advanced_link (Brian Canini - Dec 15, 2017)
- There are two options in the contextual menu for editing the link. (Eva Dale - Dec 21, 2017)
- Latest version of Linkit resolves this bug and makes Linkit extend the CKEditor link btns instead of creating a new btn
- updated linkit version (Brian Canini - Jan 4, 2018)
- @briancanini I am not seeing the LInkit options when I make a link. (Eva Dale - Jan 5, 2018)
- Forgot to enable Linkit in "Text formats and editor" admin page (admin/config/content/formats)
- also latest version of Linkit has removed support for link attributes. So installed and setup D8 Editor Advanced link module. Since "Limit allowed HTML tags and correct faulty HTML" filter is inabled, added the "title", "class", "id", "target" and "rel" attributes to the "allowed HTML tags" field (only those whitelisted will show up in the dialog) (Brian Canini - Jan 5, 2018)