mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
fix bug in $.isEmpty, improve keydown
This commit is contained in:
parent
4636c7aaca
commit
e85725f12e
5 changed files with 84 additions and 28 deletions
|
|
@ -8,9 +8,17 @@ CodeX Editor is a block-oriented editor. It means that entry composed with the l
|
|||
|
||||
### Constructor
|
||||
|
||||
### Render
|
||||
|
||||
### Save
|
||||
|
||||
### Render
|
||||
### Validate
|
||||
|
||||
### Merge (optional)
|
||||
|
||||
Method that specifies how to merge two `Blocks` of the same type, for example on `Backspace` keypress.
|
||||
Method does accept data object in same format as the `Render` and it should provide logic how to combine new
|
||||
data with the currently stored value.
|
||||
|
||||
### Available settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue