2.3.0 • Published 3 years ago

tinymce-5-plugin-grid v2.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Grid TinyMCE 5 Plugin npm

This plugin allows you to use grid system in editor.

This is a fork from https://github.com/root913/tinymce-plugin-grid This fork version support TinyMCE 5 only.

Supported css frameworks:

  • Bootstrap 5

Demo

Demo

Installation

Just copy the contents of the "dist" directory to plugins directory of your tinyMCE instalation.

Use

tinymce.init({
    selector: 'textarea',
    plugins: [
        'grid'
    ],
    toolbar: 'grid_insert',
    grid_preset: 'Bootstrap5'
});
2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago