1.0.4 • Published 5 years ago

tinymce-link-plugin v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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'
});
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago