Autolink plugin typing support #1815
Labels
plugin:autolink
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Autolink plugin currently only works for pasted content. We could expand the plugin to handle turning URLs and emails into links when typing text into editor.
Provide detailed reproduction steps (if any)
autolink
plugin.http://example.com
Expected result
URL has been replaced with HTML link e.g.
<a href=“http://example.com”>http://example.com</a>
.Actual result
URL has been typed as a normal text.
The text was updated successfully, but these errors were encountered: