Skip to content

A function that allows the user to select text and change the case from sentence case to title case to all caps.

License

Notifications You must be signed in to change notification settings

MO-Movia/licit-plugin-contrib-change-case

Repository files navigation

ChangeCase ProseMirror Plugin For Licit

It helps to convert the selected text to UpperCase, LowerCase, SentenceCase.

Build

Dependency

Commands

  • npm install

  • npm pack

To use this in Licit

Include plugin in licit component

  • import ChangeCase plugin

import { ChangeCasePlugin }  from  '@modusoperandi/licit-changecase';


const  plugins = [new  ChangeCasePlugin()]

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


About

A function that allows the user to select text and change the case from sentence case to title case to all caps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published