mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
Update introduction.md
Registeres to Registers
This commit is contained in:
parent
304080ce1c
commit
9abf46b371
@ -19,7 +19,7 @@ ProseMirror has its own vocabulary and you’ll stumble upon all those words now
|
||||
| Document | The actual content in your editor. |
|
||||
| State | Everything to describe the current content and selection of your editor. |
|
||||
| Transaction | A change to the state (updated selection, content, …) |
|
||||
| Extension | Registeres new functionality. |
|
||||
| Extension | Registers new functionality. |
|
||||
| Node | A type of content, for example a heading or a paragraph. |
|
||||
| Mark | Can be applied to nodes, for example for inline formatting. |
|
||||
| Command | Execute an action inside the editor, that somehow changes the state. |
|
||||
|
Loading…
Reference in New Issue
Block a user