0.0.11 • Published 6 years ago

plec-editor v0.0.11

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
6 years ago

#Plec Editor

Simple wysiwyg

#Usage

    import PlecEditor from 'plec-editor'
    PlecEditor.init({
        el: 'editor'
    }

Options

  • el = Element to bind
  • buttonFilter = Array of command button to display, available value are :
    • 'bold'
    • 'italic'
    • 'underline'
    • 'strikeThrough'
    • 'justifyLeft'
    • 'justifyCenter'
    • 'justifyRight'
    • 'insertOrderedList'
    • 'insertUnorderedList'
    • 'link'
    • 'unlink'
    • 'fontSize'
    • 'removeFormat'
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago