Project

General

Profile

Actions

Task #83789

closed

Links to email are not created automatically

Added by Eric Chavaillaz about 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2018-02-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Hi,

With the ext "rte_ckeditor" and the plugin "autolink" the links on email addresses are note rendered automatically.
It would be great to take also this in account (like the old behaviour with the RTE).

Thanks
Eric


Files

autolink.gif (612 KB) autolink.gif Josef Glatz, 2018-09-23 15:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #84500: CKEditor: autolinking plugin doesn't support mail address autolinkingClosed2018-03-20

Actions
Actions #2

Updated by Josef Glatz almost 6 years ago

  • Related to Bug #84500: CKEditor: autolinking plugin doesn't support mail address autolinking added
Actions #3

Updated by Riccardo De Contardi almost 6 years ago

It seems that this has been solved on March https://github.com/ckeditor/ckeditor-dev/pull/1825

Actions #4

Updated by Riccardo De Contardi almost 6 years ago

I report here the comment on issue #84500 by Josef Glatz to keep track of it

Just for reference: rtehtmlarea regular expression:
https://github.com/FriendsOfTYPO3/rtehtmlarea/search?utf8=%E2%9C%93&q=RE_email&type=

Just for reference: Some more recent links about detecting email addresses
https://stackoverflow.com/questions/46155/how-to-validate-an-email-address-in-javascript
https://www.sitepoint.com/javascript-validate-email-address-regex/

Actions #5

Updated by Georg Ringer almost 6 years ago

ckeditor 4.10 is released which contains the change

Actions #6

Updated by Josef Glatz almost 6 years ago

  • Status changed from New to Accepted
  • Assignee set to Josef Glatz
Actions #7

Updated by Gerrit Code Review over 5 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58377

Actions #8

Updated by Josef Glatz over 5 years ago

Gerrit Code Review wrote:

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58377

I don't know if this is what you want, but I've added the plugin, so that pasting an URL or an email address is automatically linked after pasting.

For me this is only working if I explicitly paste a url or a mail-addy. I don't know if this is the main need of this issue

Actions #9

Updated by Anonymous over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #11

Updated by Tobias Schmidt over 5 years ago

Thanks for adding the autolink plugin. This is an improvement but linking while typing is the more important feature. Unfortunately the current version of CKEditor 4 is not able to link URLs and email addresses automatically while typing. This feature will probably be available in version 4.11: https://github.com/ckeditor/ckeditor-dev/issues/1815#issuecomment-405965905
So, I guess we have to wait until CKEditor 4.11 is included in TYPO3 or someone develops a custom solution/backports this feature.

Actions #12

Updated by Philipp Kitzberger about 5 years ago

For anyone who's in need of a quick solution I wanted to let them know that I've just created a tiny extension that's providing the feature of autolinking mail addresses to the ckeditor.

And yes, it's heavily inspired by the autolink plugin that's already in the core ;-)

Actions

Also available in: Atom PDF