Commit graph

20 commits

Author SHA1 Message Date
Menshikov Alexander a70a9831eb Link plugin frontend (#63)
* Implement link download by enter press

* Change promise structure

* Fix promises fetch

* Server meta-getter

* Change keyEnterCode to ENTER_KEY

* Add url and url-text parsing

* Attached loader

* Loader gif

* Remove a fish :D
2016-07-02 15:36:47 +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
Peter Savchenko 8a910cdabf fix block order bug 2016-07-02 10:34:18 +03:00
Menshikov Alexander b72593041e Tool link plugin (#58)
* Finish core functionality of the tool link

* Some css beauty

* Fix css border: 0

* Change to className.add()

* Remove 'to' in comments

* Use this where it is real
Remove default type setting in Input

* Code refactoring

* Implement save() method

* Optimise variable usage

* Add UI maker

* Clearfix
Objects clone
Css in tool-link plugin

* Fix

* Fix CSS
2016-07-01 21:34:29 +03:00
Peter Savchenko f7e4d3393c append -> make() 2016-07-01 21:02:49 +03:00
Peter Savchenko b93942a820 Renderer sequence, Render and Save example, (#53)
* Renderer sequence,  Render and Save example,

* move render method close to the save

* fixed bugs and parapraph plugin added

* result JSON example

* upd

* upd

* cEditor tools cleared default methods

* upd
2016-06-29 18:54:20 +03:00
khaydarov 97afe46662 merged 2 requests 2016-06-24 21:36:25 +03:00
Peter Savchenko fbd4f7d431 new tools scheme (#35) 2016-06-10 23:15:24 +04:00
khaydarov 2e5c571f88 saving caret position 2016-06-04 20:25:03 +03:00
neSpecc 7f6d3ceb71 stability improved 2016-03-29 21:55:28 +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
Mark Dermanov ba12890a61 export editor content to result textarea by click on "save" button
save button must have a special ID "codex_editor_export_btn"

 closes #5

 and closes old tasks
 #11
 #9
 #3
 #12
 #7
2016-01-02 00:17:03 +03:00
Mark Dermanov 54d51f42d2 auto import textarea content to editor on init 2016-01-02 00:02:34 +03:00
Mark Dermanov 908508584f start export and import 2015-12-29 21:44:32 +03:00
Mark Dermanov ed4fda4651 add header 2015-12-25 17:06:43 +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 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