mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-03 05:00:13 -05:00
Add increaseListLevel and decreaseListLevel API methods to README
This commit is contained in:
parent
f41c706b76
commit
8d604d7deb
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -120,7 +120,7 @@ Returns self (the Squire instance).
|
||||||
|
|
||||||
Returns the text currently selected in the editor.
|
Returns the text currently selected in the editor.
|
||||||
|
|
||||||
#### insertImage
|
### insertImage
|
||||||
|
|
||||||
Inserts an image at the current cursor location.
|
Inserts an image at the current cursor location.
|
||||||
|
|
||||||
|
@ -333,3 +333,15 @@ Returns self (the Squire instance).
|
||||||
Changes any at-least-partially selected blocks which are part of a list to no longer be part of a list.
|
Changes any at-least-partially selected blocks which are part of a list to no longer be part of a list.
|
||||||
|
|
||||||
Returns self (the Squire instance).
|
Returns self (the Squire instance).
|
||||||
|
|
||||||
|
### increaseListLevel
|
||||||
|
|
||||||
|
Increases by 1 the nesting level of any at-least-partially selected blocks which are part of a list.
|
||||||
|
|
||||||
|
Returns self (the Squire instance).
|
||||||
|
|
||||||
|
### decreaseListLevel
|
||||||
|
|
||||||
|
Decreases by 1 the nesting level of any at-least-partially selected blocks which are part of a list.
|
||||||
|
|
||||||
|
Returns self (the Squire instance).
|
Loading…
Reference in a new issue