1.0.0 • Published 1 year ago

@modusoperandi/licit-vignette v1.0.0

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

Vignette ProseMirror Plugin For Licit

The Vignette Plugin provides a "vignette box" which allows the document to highlight or re-enforce information. They are used to describe emerging concepts, lessons learned, appropriate quotes, etc. See the image below. Blue background, darker blue outline, normal text/links/images inside of the box:.

Build

Dependency

Commands

  • npm ci

  • npm pack

To use this in Licit

Include plugin in licit component

  • import VignettePlugins

  • add VignettePlugins array in licit's plugin array

import { VignettePlugins }  from  '@modusoperandi/licit-vignette';


const  plugins = [...VignettePlugins]

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

1 year ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago