davia-editorjs-link-with-target

1.0.5 • Public • Published

LinkWithTarget Tool

A tool link with target attribute Editor.js.

image

Installation

Get the package via NPM

npm i editorjs-link-with-target

or via Yarn

yarn add editorjs-link-with-target

Include module at your application

import LinkWithTarget from 'editorjs-link-with-target'

Usage

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

var editor = EditorJS({
  ...
  
  tools: {
    ...

    link: {
      class: Hyperlink
    }

    ...
  },

  ...

  i18n: {
    tools: {
      messages: {
        tools: {
          link: {
            'Open in new window': 'Открыть ссылку в новом окне',
            Save: 'Сохранить',
            'Add a link': 'Вставьте ссылку'
          }
        }
      }
    }
  }
  
  ...
});

License

MIT

Package Sidebar

Install

npm i davia-editorjs-link-with-target

Weekly Downloads

101

Version

1.0.5

License

MIT

Unpacked Size

706 kB

Total Files

22

Last publish

Collaborators

  • posch.matthias