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

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Nice plugin. Is there a way how to disable a caption? I do not want it in my editor. Thank you ![image](https://user-images.githubusercontent.com/6383287/91074853-72b3c900-e63d-11ea-8629-79343b1a425e.png)

I paste once. The URL is inserted twice. That’s it. That’s the entire issue.

Can you please add an option to embedd Github gist and with read-only option enabled, Plugins avaibale for GitHub gist does not provide an read-only option

it sometime comes to case when some one also want to embed github's link and it will be nice to also have one service for github

good first issue

remove regexp group for album id, because in real life we send only trackId, and don't use it.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Long live the devs! I have designed a custom service to embed genially presentation as following: `genially: { regex: /https?:\/\/view.genial.ly\/(\w+)\/?(\w+(-[\w]+)+)?/, embedUrl: 'https://view.genial.ly/', html: "" }` Unfortunately there is no joy....

In order to avoid repeating too much when overriding a service’s configuration only partially, it’d be great to be able to extend the bundled configuration: ```javascript import Embed, { services...