0.1.0 • Published 7 months ago

@makeform/richtext v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@makeform/richtext

Richtext input widget. Based on Quilljs.

Config

Opset

this widget provides one additional opset richtext with following 2 ops:

  • image-count: limit how many images users can insert in this widget.
    • config:
      • min: number, minimal image count
      • max: number, maximal image count
  • text-length: limit text length
    • config:
      • min: number, minimal image count
      • max: number, maximal image count
      • method: string, defaultchar. can be eithercharorsimple-word`.
        • length calculation will be based on character count if set to char. when simple-word is used, it will try to count by words (ignoring space, punctuations, etc)

License

MIT

0.1.0

7 months ago

0.0.8

8 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago