Skip to content

Commit 6961e5e

Browse files
committed
core(lib): Update readme and package version
1 parent 01bc2a9 commit 6961e5e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3434
Get the package
@@ -151,6 +151,7 @@ var editor = EditorJS({
151151
```
152152

153153
#### Inline Toolbar
154+
154155
Editor.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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editorjs/embed",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"keywords": [
55
"codex editor",
66
"embed",

0 commit comments

Comments
 (0)