1.0.0 • Published 1 year ago

@modusoperandi/licit-table-mods v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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}/>
1.0.0

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago