Commit graph

28 commits

Author SHA1 Message Date
Taly
835e698e23
makeSettings -> renderSettings (#315) 2018-07-19 17:50:30 +03:00
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
Peter Savchenko
a8c5fea1e3
Allow to connect external Inline Tools (#269)
* Allow to connect external Inline Tools

* unhardcode tool's api settings
2018-07-05 17:14:26 +03:00
Murod Khaydarov
fa492e500d
actualize API docs 2018-06-28 14:27:03 +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
ad78d12259
small improvements 2018-06-24 05:06:49 +03:00
Murod Khaydarov
242b9b5820
deletion trigger improvements 2018-06-24 04:29:48 +03:00
Murod Khaydarov
1b5260e7d2
Delete block with confirmation 2018-06-24 03:07:40 +03:00
Murod Khaydarov
c85f9d0d00
update 2018-06-23 23:51:34 +03:00
Murod Khaydarov
9d59e9c188
doc fixes and interface improvements 2018-06-23 23:22:49 +03:00
Murod Khaydarov
84aa54b9c1
add docs 2018-06-23 23:11:56 +03:00
Murod Khaydarov
ca5beae222
started writing docs 2018-06-23 20:28:59 +03:00
Murod Khaydarov
022023f27e
api is ready 2018-06-23 19:53:21 +03:00
Murod Khaydarov
93ddb25c3d
tunes with interface 2018-06-21 19:39:33 +03:00
Peter Savchenko
36f505cb02
Inline Toolbar Tools base example (#260)
* Inline Toolbar Tools base example

* texts fixed

* imrpove texts

* little fixes
2018-06-21 17:13:02 +03:00
Peter Savchenko
cba999a77d
Inline Toolbar moving (#258)
* Inline Toolbar moving

* simplify code

* Check is need to show Inline Toolbar

* remove duplicate from doc

* fix doc

* open/close IT

* Close IT by clicks on Redactor

* @guryn going strange

Co-Authored-By: Taly <vitalik7tv@yandex.ru>
2018-06-13 14:42:21 +03:00
Peter Savchenko
e85725f12e
fix bug in $.isEmpty, improve keydown 2018-05-29 17:26:17 +03:00
Murod Khaydarov
be575a19f3 up docs 2018-01-05 18:52:57 +03:00
Murod Khaydarov
d2d85ee20d Sanitizer docs 2018-01-04 23:45:37 +03:00
Murod Khaydarov
6d83636779 update docs 2018-01-04 01:16:17 +03:00
Murod Khaydarov
8f4b7e5139 update docs 2017-12-30 18:24:24 +03:00
Murod Khaydarov
cf4a1266ee caret module docs and last improvements 2017-12-30 18:15:41 +03:00
Murod Khaydarov
0ed9238e53 last changes, added docs 2017-12-29 02:14:10 +03:00
Murod Khaydarov
08a87534d0 update 2017-12-27 01:58:43 +03:00
Murod Khaydarov
880359ddf9 append callback behaviour 2017-12-25 00:16:54 +03:00
Murod Khaydarov
80500aedb4 trying to write docs 2017-12-24 23:31:55 +03:00
Peter Savchenko
c1afcf0205
Toolbar, Toolbox, UI (#239)
* Toolbox making

* Add Toolbox buttons click handler

* Toolbar, Toolbox, UI

* Updates

* update css prefix
2017-12-24 15:35:05 +03:00