Skip to content

Some modification to the PM Tables capabilities that allows the removal of padding and margins to allow better fitment of images inside of a table cell.

License

Notifications You must be signed in to change notification settings

MO-Movia/MO-Movia-licit-plugin-contrib-table-mods

Repository files navigation

Table Extension ProseMirror Plugin For Licit

Some modification to the PM Tables capabilities that allows the removal of padding and margins to allow better fitment of images inside of a table cell.

Build

Dependency

Commands

  • npm ci

  • npm pack

To use this in Licit

Include plugin in licit component

  • import TableExtensionPlugin

  • add TableExtensionPlugin array in licit's plugin array


import { TableExtensionPlugin }  from  '@modusoperandi/licit-table-mods';


const  plugins = [new TableExtensionPlugin()]

ReactDOM.render(<Licit docID={0} plugins={plugins}/>


About

Some modification to the PM Tables capabilities that allows the removal of padding and margins to allow better fitment of images inside of a table cell.

Resources

License

Stars

Watchers

Forks

Packages

No packages published