Commit graph

182 commits

Author SHA1 Message Date
Taly b9b07135f7 check for a coords or focusedNode is null (#255)
* check for a coords or focusedNode is null

* bump version
2018-05-25 17:49:46 +03:00
George Berezhnoy e06d3c36eb Hot fix for Codex.Notes 2017-10-12 20:04:35 +03:00
George Berezhnoy 03f84307f4 Update version 2017-08-30 16:09:37 +03:00
George Berezhnoy bc3e3615f5 Update clear method 2017-08-30 16:04:17 +03:00
George Berezhnoy 6ebe8fa347 Update 2017-08-30 14:28:23 +03:00
George Berezhnoy 5e9c0a175f Merge branch 'master' into add-update 2017-08-30 14:20:13 +03:00
George Berezhnoy a12dddcc52 Add content.clear and content.laod methods 2017-08-30 14:18:52 +03:00
Taly Guryn 53fea9cfe3 update js 2017-08-30 06:49:25 +03:00
Taly Guryn dfdaba6bb1 editor.settings.placeholder 2017-08-30 06:48:52 +03:00
Taly Guryn 49827b75d7 Add custom placeholder 2017-08-30 06:33:09 +03:00
Taly Guryn ae073a61ce Add article id 2017-08-30 05:22:35 +03:00
Taly Guryn 8d628b9dc3 Update version 2017-08-30 04:19:02 +03:00
Taly Guryn 3e93bbde3c 💔 2017-08-30 04:14:34 +03:00
Taly Guryn a879e1db35 Update inline toolbar and remove underline 2017-08-30 04:12:30 +03:00
George Berezhnoy 880505a88c Remove placeholder when toolbar is opened 2017-08-30 03:40:16 +03:00
George Berezhnoy b1dcd3872d Small upd 2017-08-30 02:43:03 +03:00
George Berezhnoy 3078e753f2 Merge branch 'master' into new-saver 2017-08-30 02:36:32 +03:00
George Berezhnoy b5fae97b3d New saver 2017-08-30 02:33:57 +03:00
Taly Guryn 9692840ef5 Update version 2017-08-30 02:20:20 +03:00
Taly Guryn 5122cb783e Add keyup event 2017-08-30 02:12:17 +03:00
Peter Savchenko dc1d780c89 configure sanitize 2017-04-25 03:47:30 +03:00
George Berezhnoy aecd0da45a Update version 2017-04-24 20:41:36 +03:00
George Berezhnoy 4989affd05 Paste hotfix 2017-04-24 20:34:40 +03:00
George Berezhnoy eed31bb193 Upd 2017-04-24 19:46:03 +03:00
George Berezhnoy eb362a6e23 Upd 2017-04-24 19:21:47 +03:00
George Berezhnoy 0968152570 Upd 2017-04-24 13:49:57 +03:00
George Berezhnoy cf1734d1b6 Remove log 2017-04-24 13:08:07 +03:00
George Berezhnoy f0e92915ad Better browser behaviour emulation 2017-04-24 13:06:50 +03:00
George Berezhnoy 1286311d38 Some improvements 2017-04-24 10:23:48 +03:00
George Berezhnoy f4a6f1cd9c Don't allow empty paragraphs 2017-04-24 03:08:03 +03:00
George Berezhnoy 8fac7517c6 Move paste event handler to paste.js 2017-04-24 02:26:08 +03:00
George Berezhnoy e027488fa8 Update version 2017-04-24 02:04:38 +03:00
George Berezhnoy 891d26ded7 Now pasted text splits into paragraphs 2017-04-24 02:02:06 +03:00
Peter Savchenko da4d8153d7 Improve AJAX context saving (#184)
* Improve AJAX context saving

Value returned in beforeSend method now will be passed as context to
the Error, Success and Progress events

* resolve conflict
2017-04-23 17:11:03 +03:00
Murod Khaydarov a281802b18 update 2017-04-23 01:08:10 +03:00
Murod Khaydarov 49a4290e8e sanitize improvements 2017-04-23 00:53:06 +03:00
George Berezhnoy 510764a3cd Attaches plugin (#181)
* Attaches plugin

* Ignore server dir

* Progress bar added

* Styles upd

* Fix

* refactoring

* core.ajax fix

* Upd

* Upd

* update styles

* remove tmp return

* styles updated

* file title now 'title'

* Current upload check

* update attaches and image plugin
2017-03-21 21:45:52 +03:00
khaydarov 7972b2ff50 sanitizer configuration (#179) 2017-03-16 00:42:47 +03:00
Taly a98d6e4f1a Release.1.6 (#178)
* Remove textarea, add holder

* Change textareaId to holderId release.1.6.0

* Update bundles release.1.6
2017-03-15 17:29:55 +03:00
khaydarov c8808e802b content module. New description, private and public methods (#175)
* content module. New description, private and public methods

* clear from anchors and covers

* clear from example

* cleared services
2017-03-03 18:39:56 +03:00
khaydarov 83f0407ee2 callbacks module refactored and added description to each method. (#174)
* callbacks module refactored and added description to each method.

Now all methods have descriptions and documented as JSDoc style

* increase version

* refactored ui
2017-03-02 13:44:53 +03:00
Peter Savchenko f4e1b2aff7 release.1.5.5 – Transport updated 2017-02-27 19:19:42 +03:00
khaydarov ff101ac642 transport module refactored (#168)
* transport module refactored

* transport upgraded

* increase versions

* code improved after review

* upd

* new description

* JSDoc description
2017-02-27 18:41:56 +03:00
khaydarov 1f2139f407 new ui module (#167) 2017-02-27 14:52:29 +03:00
George Berezhnoy c87eddc7c3 raw plugin added (#163)
* raw plugin added

* Try to paste raw html to raw plugin

* insert text/plain to native area instead of contenteditable element

* styles updated

* rename variable

* fixed raw backspace click handler

* paste code

* Replace mask with two svg icons

* Toolbox leaf fix

* Remove data in example.html

* Toolbar and caret behavior improvments

* upd

* Upd

* new bundle due the local merge
2017-02-27 14:44:22 +03:00
khaydarov 3cbe8faaa6 Remove tool type from switchBlock -> by default it will saved from previous (#166)
* small fixes

regex match must not be similar to pasted string. Ex:
```https://www.instagram.com/p/BQ3wxmlA5GN/?taken-by=thenotoriousmma``
and match is ```https://www.instagram.com/p/BQ3wxmlA5GN/```.

```SwitchBlock``` have 3 parameter that is not important

* new instagram embed regex
2017-02-26 13:22:21 +03:00
George Berezhnoy 7f737774bb Fix (#165) 2017-02-23 13:32:41 +03:00
George Berezhnoy 9e32f5a47d hideToolbar flag added (#162) 2017-02-17 01:15:23 +03:00
George Berezhnoy d2e755086a Destroy module (#157)
* listeners module added

* Destroy method added

* Destroy method for plugins added

* Delete plugins properties from window obj

* Revert "Delete plugins properties from window obj"

This reverts commit 6c91f81229.

* Twitter and instagram api's destroy

* Scripts destoy added

* Fix

* Replace regex with String.indexOf

* Settings for destroyer
2017-02-13 20:54:18 +03:00
George Berezhnoy e28349d3fb Paste moved to core (#158)
* Paste moved to core

* Some fixies
2017-02-12 18:25:20 +03:00