Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL is not being treated as a url #2700

Closed
WebDevSachin opened this issue Apr 28, 2024 · 2 comments
Closed

URL is not being treated as a url #2700

WebDevSachin opened this issue Apr 28, 2024 · 2 comments
Labels

Comments

@WebDevSachin
Copy link

Describe a bug.

Steps to reproduce:

  1. Paste this link on the editor https://jobs.asu.edu.om

Expected behavior:
https://jobs.asu.edu.om this link should be of type a and clickable as normal link.

Screenshots:
image
image

Device, Browser, OS:
Mac os , Chrome

Editor.js version:
2.29.1

Plugins you use with their versions:
My hyperlink config:-
hyperlink: {
class: Hyperlink,
config: {
shortcut: 'CMD+L',
target: '_blank',
rel: '',
availableTargets: ['_blank', '_self'],
availableRels: ['author', 'noreferrer'],
validate: false,
}
},

@WebDevSachin
Copy link
Author

WebDevSachin commented Apr 28, 2024

image
image
I am pasting a link it is taking as the text. It should be saved as the url. I am doing any configuration wrong. Can anybody please help. I want this to understand the link and save as link . I don't want to do this manually. Thanks.

@neSpecc
Copy link
Member

neSpecc commented Apr 28, 2024

Duplicates #2081

@neSpecc neSpecc closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants