tinymce-5-plugin-grid
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tinymce-5-plugin-grid

Weekly Downloads

3

Version

2.3.0

License

Apache-2.0

Unpacked Size

74.6 kB

Total Files

10

Last publish

Collaborators

  • generation4