1.0.3 • Published 2 years ago

editorjs-telegram v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Editor.js Telegram embed plugin

As simple as possible. No config whatsoever.

Usage

npm i editorjs-telegram
import Telegram from 'editorjs-telegram'

const editor = new EditorJS({
    // ...
    tools: {
        // ...
        telegram: Telegram
    }
})

Any pasted link to a Telegram post (https://t.me/username/123) will be automatically rendered as an embed.

Output

{
    url: 'https://t.me/username/123'
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago