Commit graph

12 commits

Author SHA1 Message Date
Murod Khaydarov
9c961bd0bd
"MoveDown" tune (#283)
* move down initial

Swap current block with next block and scroll window screen

* check if block is last

added new method to the blocks API that returns blocks count

* fix comments

* animate tune

* add animation when tune is disabled

* requested changes

* remove unused css
2018-07-16 18:59:39 +03:00
Murod Khaydarov
640e44b091 Move-up tune (#268)
Co-authored-by: khaydarov <murod.haydarov@gmail.com>

* Move up tune initial
* move up tune initial behaviour
* moving up formula, docs and code cleaned
* do not close the toolbar if moving block up
* move nagivate methods to Caret Module
* navigations returns boolean if caret is set
* code improved
* update comments
* disable tune when block index is zero
* provide API with listener module methods
* caret improvements
* add to docs
* update docs and blocks api methods
* docs changes
* small improvements
* swap instead of moves
* update
* fix swap
* remove unused method
* remove useless return value from setToBlock
* improve caret isAtEnd and isAtStart
* improve swap, fix listeners api@off method
2018-07-14 19:52:03 +03:00
Taly
782a6005a5
Clear API (#274)
* blockManager.clear

* upd

* api bez ebanoj knopki api

* fix assignment

* insert empty block with clear method

* clear and render methods improved

* open saver.save()

* add comments

* update comments

* fix data returned by editor
2018-07-13 18:51:46 +03:00
Peter Savchenko
f898492844
improve code 2018-07-11 14:27:18 +03:00
Taly
a95e236ee1
removing wrapper 2018-07-10 11:45:07 +03:00
Taly
b3723d00b6
add interface selection 2018-07-09 12:44:12 +03:00
Peter Savchenko
c6656770e5
Link Inline Tool (#264)
* Link Inline Tool

* api injected

* text improved

* Clear input on the reselection

* little improvements
2018-06-25 13:46:53 +03:00
Murod Khaydarov
4efaf0d561
Event subscription&unsubscription 2018-06-24 03:42:27 +03:00
Murod Khaydarov
1b5260e7d2
Delete block with confirmation 2018-06-24 03:07:40 +03:00
Murod Khaydarov
295e4256c8
Deleting block: Initial 2018-06-24 02:33:40 +03:00
Murod Khaydarov
84aa54b9c1
add docs 2018-06-23 23:11:56 +03:00
Peter Savchenko
2573fd6026
API 2018-06-23 22:16:11 +03:00