This package has been deprecated

Author message:

problem fix by tinymce@5.4.2, no longer needed

tinymce-link-plugin

1.0.4 • Public • Published

tinymce-link-plugin

copy from official tinymce v5 link plugin, fix three problems

  1. can not open link in current window
  2. can not clear img link
  3. can not hide anchor

Installation

depend on tinymce

npm install tinymce --save

then

npm install tinymce-link-plugin --save

Usage

import 'tinymce/tinymce';
import 'tinymce-link-plugin';
 
tinymce.init({
  selector: '#selector-id',
  plugins: [
    'link'
  ],
  toolbar: 'link'
});

Readme

Keywords

Package Sidebar

Install

npm i tinymce-link-plugin

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

75.1 kB

Total Files

3

Last publish

Collaborators

  • cattyhuang