header
header copied to clipboard
Header Tool for Editor.js 2.0
This plugin does not allow the user to press shift + Enter to create an inline break. This is supported in the paragraph plugin but not in this one yet!...
Add cypress tests
I can not set heading with a tag. Example: ``` Show more ``` Thank you for your support !
For a valid header block, can any of the `text` or `level` properties under any circumstances (now or in the future) be `null` or omitted? Or are any of the...
Any headings created have a br tag appended in the text.
Step to reproduce: 1. Configure editor with a header as below: ``` tools: { header: { class: Header, config: { placeholder: 'Enter a header', levels: [2, 3, 4], defaultLevel: 2...
Fix for issue #57 Replaced `cursor: text` with `pointer-event: none` `cursor: text` is no longer needed, because the before-element is now completly ignored by the mouse
I am creating a toggled UI It will toggle between headers original UI and my custom UI depend upon a global variable's value. So I created a block setting to...
I am customizing the header tool as per the requirements I have added another div for my requirements other than the header element like this, ``` header element ``` the...
How to change the class name in the editor or disable the styles? So i want to remove or change the classname **ce-header,** that the header can use the default...