This commit is contained in:
Philipp Kühn 2020-08-12 10:32:34 +02:00
parent 34bb406ed4
commit 8038ea9f94

View File

@ -8,7 +8,7 @@ Lets start to add your first button to the editor.
<demo name="SimpleMenuBar" highlight="5-11" />
Once initiated the editor has a powerful API. So called commands allow you to modify the text. In this example `this.editor.commands.bold` marks the selected text bold. There a ton of other commands (see the [list of available commands](/commands/)) and you can even chain them to do multiple things at once.
Once initiated the editor has a powerful API. So called commands allow you to modify the text. In this example `this.editor.bold` marks the selected text bold. There a ton of other commands (see the [list of available commands](/commands/)) and you can even chain them to do multiple things at once.
For most use cases you want to