@@ -12,7 +12,7 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co
1212- [ Facebook] ( https://www.facebook.com ) - ` facebook ` service
1313- [ Instagram] ( https://www.instagram.com/codex_team/ ) - ` instagram ` service
1414- [ YouTube] ( https://youtube.com ) - ` youtube ` service
15- - [ Twitter] ( https://twitter.com/codex_team ) - ` twitter ` service. (https://twitframe.com used for render)
15+ - [ Twitter] ( https://twitter.com/codex_team ) - ` twitter ` service. (< https://twitframe.com > used for render)
1616- [ Twitch] ( https://twitch.tv ) - ` twitch-video ` service for videos and ` twitch-channel ` for channels
1717- [ Miro] ( https://miro.com ) - ` miro ` service
1818- [ Vimeo] ( https://vimeo.com ) — ` vimeo ` service
@@ -25,10 +25,10 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co
2525- [ CodePen] ( https://codepen.io ) — ` codepen ` service
2626- [ Pinterest] ( https://www.pinterest.com ) - ` pinterest ` service
2727- [ GitHub Gist] ( https://gist.github.com ) - ` github ` service
28+ - Figma - ` figma ` service
29+ - Whimsical - whimsical service
2830- 👇 Any other [ customized service] ( #add-more-services )
2931
30-
31-
3232## Installation
3333
3434Get the package
@@ -151,6 +151,7 @@ var editor = EditorJS({
151151```
152152
153153#### Inline Toolbar
154+
154155Editor.js provides useful inline toolbar. You can allow it\` s usage in the Embed Tool caption by providing ` inlineToolbar: true ` .
155156
156157``` javascript
@@ -180,7 +181,6 @@ var editor = EditorJS({
180181| height | ` number ` | embedded content height
181182| caption | ` string ` | content caption
182183
183-
184184``` json
185185{
186186 "type" : " embed" ,
0 commit comments