Commit graph

31 commits

Author SHA1 Message Date
khaydarov 983d751b90 send errors when something wrong (#76)
* send errors when something wrong

* upgrade notifications module

* re-designed error notifications

* error appending
2016-07-14 20:50:43 +03:00
khaydarov 9425e17598 new modifications
1) improved blocks transmition. We can switch contenteditable elements
by clicking arrow buttons.

2) Refactoring (Removing) blocks. When backspace key pressed and input
is empty, we can remove from DOM this element
2016-07-13 20:08:53 +03:00
Menshikov Alexander 0626ca1f07 Tool code (#67)
* Add error background

* Add tool code
Fix switch block and insert block for new system with div wrappers

* Remove unneccessary appendChild

* Fix css in tool code
2016-07-02 19:18:38 +03:00
khaydarov 56db847a11 css updated 2016-07-02 18:33:16 +03:00
khaydarov 6b69d1f325 Merge branch 'master' into quotes
# Conflicts:
#	example.html
2016-07-02 15:30:08 +03:00
Peter Savchenko a6a1fec6d8 each blocks now wraps with DIV (#65)
- down arrow handler improved
- image plugin started
2016-07-02 15:28:36 +03:00
khaydarov 19e8fd1e40 first prototype of quote plugin is ready 2016-07-02 14:03:08 +03:00
khaydarov 63cc5ac927 quotes plugin prototype 2016-07-02 13:53:57 +03:00
khaydarov 659ceb8b69 fixed 2016-07-01 21:03:44 +03:00
khaydarov 78d3bdf28c quotes#1 2016-07-01 19:54:57 +03:00
khaydarov 53a23f02a9 upd quotes 2016-06-30 22:01:36 +03:00
Peter Savchenko 0ce6987c1d plugin example with settings (#45)
* plugin example with settings

* improve comments
2016-06-24 19:36:39 +04:00
neSpecc b8029e8aca Revert "Revert "Revert "Revert "block settings engine""""
This reverts commit 15943ec27b.
2016-06-18 13:56:39 +03:00
neSpecc 15943ec27b Revert "Revert "Revert "block settings engine"""
This reverts commit 3ca899ae79.
2016-06-17 21:43:30 +03:00
neSpecc 3ca899ae79 Revert "Revert "block settings engine""
This reverts commit 77ae8beae8.
2016-06-17 21:42:38 +03:00
neSpecc 77ae8beae8 Revert "block settings engine"
This reverts commit 8cdb1e329d.
2016-06-17 21:41:54 +03:00
neSpecc 8cdb1e329d block settings engine
Заложил основу настроек блока:  верстка, отображение
2016-06-17 21:41:36 +03:00
Peter Savchenko fbd4f7d431 new tools scheme (#35) 2016-06-10 23:15:24 +04:00
neSpecc f785bb9f7d all blocks now contenteditable 2016-06-04 12:33:09 +03:00
neSpecc 7f6d3ceb71 stability improved 2016-03-29 21:55:28 +03:00
neSpecc a0b89b4854 move toolbar my mouse click, some error fixes 2016-03-29 19:04:23 +03:00
Andrew S 87a53a7086 Added toolbar movement 2016-03-08 23:07:11 +03:00
Peter S efd20c1ff0 base ui events handlers 2016-02-05 18:29:29 +03:00
Peter S f523879cda Parser and UI modules 2016-02-05 11:25:52 +03:00
Peter S 32da685e84 [!] New editor structure 2016-02-02 15:45:43 +03:00
Markus3295 3b546ad322 порядок в коде. экспорт/импорт содержимого
экспорт и импорт пока в тестовом режиме по клику на соотв кнопки
textarea с которой идет работа - та же самая, что при инициализации, просто видимая
надо подумать, когд делать автоматический эскпорт в textarea
2015-12-30 00:41:19 +03:00
Mark Dermanov 3e17243f17 toolBar key controlling #9
show on hover near node
show on tab
move focus to next btn by pressing tab again
move focus to prev btn by pressing tab+shift
move focus prev/next by pressing arrow buttons
TODO: process enter press on selected btn
TODO: open toolBar by mouseClick (has troubles with it, need discus)
TODO: process mouse click on any btn
TODO: code refactoring :) its only transitional status. don't be don't be a cruel
2015-12-18 01:55:51 +03:00
Mark Dermanov 767cf626b0 allows select editable content throuth all editor
shows add buttons block on 'tab' key press in one line with editing node
#11 #12
2015-12-17 00:36:19 +03:00
Mark Dermanov e0e9eb2649 review refactoring 2015-12-11 00:26:44 +03:00
Mark Dermanov cda692edec add new paragrath by pressing enter key
add new line by pressing shift + enter key
add editor settings
make add buttons by one instance and move it through DOM
some css changes
2015-12-09 03:34:32 +03:00
neSpecc 3b57d72c4d Making interface, example page 2015-11-29 01:10:25 +03:00