enduro_summernote

1.0.4 • Public • Published

Enduro Summernote

Summernote Wysiwyg integration for enduro.js

Installing

If you have globally installed enduro:

enduro install enduro_summernote

If not

./node_modules/enduro/cli.js install enduro_summernote

Configuration

For configuration information please visit https://www.endurojs.com/docs/enduro-bricks.

After installing enduro_summernote you should have enduro_summernote key in your enduro.json file. Under this key you can put your own configuration of summernote (all configuration options available at (https://summernote.org/deep-dive/)). If your configuration is empty, all available options are enabled by default.

Sample configuration without font family.

"enduro_summernote"{
  "maxHeight": 300,
  "toolbar": [
    [
      "style",
      [
        "bold",
        "italic",
        "underline",
        "clear"
      ]
    ],
    [
      "font",
      [
        "strikethrough",
        "superscript",
        "subscript"
      ]
    ],
    [
      "fontsize",
      [
        "fontsize"
      ]
    ],
    [
      "para",
      [
        "ul",
        "ol",
        "paragraph",
        "height"
      ]
    ],
    [
      "media",
      [
        "picture",
        "link",
        "video",
        "table",
        "hr"
      ]
    ],
    [
      "code",
      [
        "codeview",
        "fullscreen",
        "undo",
        "redo"
      ]
    ]
  ]
}

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Package Sidebar

Install

npm i enduro_summernote

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

6.21 kB

Total Files

7

Last publish

Collaborators

  • szuttenbach