0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Add increaseListLevel and decreaseListLevel API methods to README

This commit is contained in:
Craig Marvelley 2014-12-11 11:36:42 +00:00
parent f41c706b76
commit 8d604d7deb

View file

@ -120,7 +120,7 @@ Returns self (the Squire instance).
Returns the text currently selected in the editor.
#### insertImage
### insertImage
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.
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).