embed icon indicating copy to clipboard operation
embed copied to clipboard

Embed Tool for Editor.js

Results 60 embed issues
Sort by recently updated
recently updated
newest added

Fixed youtube regex to support channels with special characters like space in them, in current implementation following will not work due to presence of %2, the channel name will be...

There is an issue with the youtube extraction regex that stops if there is a space in channel name. Eg https://www.youtube.com/watch?v=kU9y8rKCe3w&ab_channel=Well%2BGood will not work, the issue is with regex (?:https?:\/\/)?(?:www\.)?(?:(?:youtu\.be\/)|(?:youtube\.com)\/(?:v\/|u\/\w\/|embed\/|watch))(?:(?:\?v=)?([^#&?=]*))?((?:[?&]\w*=\w*)*)```...

Steps to replicate use previously saved data object with any embeded content load the objecy using render() in the editor as soon as object is rendered, the onChange will trigger...

The issue arises from the conflict between the ERB tags and Ruby on Rails syntax. The tag is interpreted as a Ruby variable or method within the ERB context, causing...

If we embed the link for any pinterest image, it is not working, it is still visible as plain text

Now npm-publish makes a call to reusable workflow in other repo

Currently Vimeo embeds do not have the allowfullscreen attribute and can't be made fullscreen. This attribute is already present on YouTube and other embeds, so this is just bringing some...

good first issue

I tried to use this plugin with typescript. It seems not working. I look forward to hearing some advice. So far, I tried `npm i --save-dev @types/editorjs__embed` and adding `declare...

Calling editor.blocks.renderFromHTML(htmlContent) does not render embed html blocks. Sample htmlContent: ``` In a conference call following the release of the results, CEO Elon Musk made new comments announcing that Tesla...

Would you consider a drastic change that embed would not be inline but block element? I think it would be logical because the link is converted into some preview which...