Bug #80977
closedCKEditor: Links are not created automatically
100%
Description
When entering an email address or a url followed by a space or a "return" the old rtehtmlarea converted the address or url to a link. This does not happen in the new CKEditor.
Is this something that shall/can be fixed with the typo3link plugin or is this something more general and should be solved with an external plugin?
Updated by Riccardo De Contardi over 7 years ago
I guess that there is an external plugin for that functionality: http://ckeditor.com/addon/autolink
Updated by Thorben Nissen over 7 years ago
No. The mentioned plugin only works on "paste" events, so that's not what I'm looking for.
Updated by Riccardo De Contardi over 7 years ago
there is this one: https://github.com/Gnodiah/ckeditor-autolink too. I don't know if it works
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Needs Feedback
I just tested the plugin https://github.com/Gnodiah/ckeditor-autolink and it seems to work (with urls, it does not work with emails).
Could it be sufficient for you?
Updated by Benni Mack about 7 years ago
Can you recheck. Last time I checked it did not check for a URL like "www.benni.guru" but only starting with http/https-
Updated by Riccardo De Contardi about 7 years ago
@Benni Mack I can confirm that it works with both link syntax http://www.google.com and www.google.com. Tested with TYPO3 8.7.5.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Needs Feedback to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54611
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54611
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54611
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54879
Updated by Benni Mack almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e096754a699db509da5b4307378148886a9aecad.
Updated by Josef Glatz over 6 years ago
- Related to Bug #84500: CKEditor: autolinking plugin doesn't support mail address autolinking added