-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[UX] Automatically convert pasted URLs into web-links #818
Comments
I agree this would be very useful, but it is mostly an editing component feature. This is tracked in ckeditor/ckeditor5#4715 |
I would really like that feature too. ckeditor/ckeditor5#4715 seems to be ignored by the ckeditor team for a few years now, which seems weird as it appears to be a simple change. Does the current use of CKEditor allow for this kind of manipulation? (I guess so, as you can do it outside of the editor component and not touch anything inside). |
You can give it a go. Ideally this would be in the form of a CKEditor plugin. BTW, CKEditor is licensed under GPL 2+ and as such is fully open source. You can find all the source code on github. |
Could you point me to the source code project? |
CKEditor is built on plugin architecture, each plugin as a separate repo, e.g. https://github.com/ckeditor/ckeditor5-engine https://github.com/ckeditor/ckeditor5-link https://github.com/ckeditor/ckeditor5-code-block etc. You can see all of them here: https://github.com/ckeditor/ |
Fixed in stable branch. |
I spend half of my time in trilium pasting URLs. Therefore, they are not converted to links automatically, which is annoying.
So each time i paste a link, i need to:
Converting pasted links to web-links automatically would be a great time saver
The text was updated successfully, but these errors were encountered: