Skip to content

toliyansky/editorjs-telegram-post

Repository files navigation

Telegram post

Version of EditorJS that the plugin is compatible with

Provides Telegram post widget for the Editor.js.

Installation

Install via NPM

Get the package

npm i --save editorjs-telegram-post

Include module at your application

import TelegramPost from 'editorjs-telegram-post';

Usage

Add a new Tool to the tools property of the Editor.js initial config.

var editor = EditorJS({
  ...

  tools: {
    ...
    telegramPost: TelegramPost,
  },

  ...
});

Output data

Field Type Description
channelName string telegram channel name
messageId number message id of post in telegram channel
{
  "type": "telegramPost",
  "data": {
    "channelName": "telegram",
    "messageId": 236
  }
}

About

Telegram Post Tool for Editor.js 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published