Commit graph

13 commits

Author SHA1 Message Date
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
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 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
Renamed from plugins/paste/paste.js (Browse further)