Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/codex-team/editor.js

A block-style editor with clean JSON output
https://github.com/codex-team/editor.js

FIx version and changelog

* version fix

95734bb2f24687fe8ec4cab3801f1e832be917b5 authored almost 6 years ago by horoyami <[email protected]>
Fix error with fake selection (#595)

* fix bag fakeSelection (#590)

3842595c242f289b8564cb89593bad404e6e2393 authored almost 6 years ago by horoyami <[email protected]>
Prevent CMX+X only when block selected by editor (#596)

67d557120c6cff196823d89b475bdf105d132b30 authored almost 6 years ago by Murod Khaydarov <[email protected]>
Validate saved data (#591)

* Specify submodule branch for test

* Change branch for testing convenience

Just run: git ...

fc3e1467645a88dc491b634a654471e1f6f59638 authored almost 6 years ago by Polina Shneider <[email protected]>
Json Formatter: new tools added (#594)

208f8e15ab17b0926c50b9a1d689778e1d671882 authored almost 6 years ago by Peter Savchenko <[email protected]>
Responsive layout (#593)

* Mobile adaptation beginned

* mobile ready

* Narrow mode supported

* update version

...

aab317895b0ecfe55dfab40d65c9ba30e55023f5 authored almost 6 years ago by Peter Savchenko <[email protected]>
Improve caret behaviour (#589)

63a82d3424a914a6c0564fb2abdf74c446115b88 authored almost 6 years ago by George Berezhnoy <[email protected]>
Enable editor autofocus (#581)

da9255a98db2f336e37e227d09994ebbb313c372 authored almost 6 years ago by George Berezhnoy <[email protected]>
Handle paste on images and blocks w\o inputs (#583)

e8d43c8fc7d8c2ed5135799c4747e44986d289ee authored almost 6 years ago by George Berezhnoy <[email protected]>
[Shortcuts]: CMD+X (#592)

* [Shortcuts]: CMD+X

* shortcuts must be in BlockManager

* small code improvements

* co...

d00412e1df6654065e039cb04ecd569b5fac5114 authored almost 6 years ago by Murod Khaydarov <[email protected]>
Bump version (#584)

* Bump version

* Bundle

bc3341bfa13216fdf7552cb58ac424f430d3151d authored almost 6 years ago by Polina Shneider <[email protected]>
Add loader (#575)

* Add loader

* Remove preloader after onReady

* Remove frame from loader

* Remove extra...

b9d6a81f2d615b5e5d9c7b19b34c7780a4ee7a0b authored almost 6 years ago by Polina Shneider <[email protected]>
Handle paste to the same block (#578)

7ca07c79990a55c73702a8f245d76fc030592103 authored almost 6 years ago by George Berezhnoy <[email protected]>
Improve caret behaviour (#579)

9d0d638d429378591b1b0051152269fdf4157903 authored almost 6 years ago by George Berezhnoy <[email protected]>
Handle br tags (#577)

* Handle br tags

* Bump version

6008c087a4b407c655fd5a694158c3deed5fd091 authored almost 6 years ago by George Berezhnoy <[email protected]>
Fix losing of selection (#576)

* update table

* fix code

* fix name

* Update package.json

* version

b367ecddbf25f9268401d2926d2e8e9007e811aa authored almost 6 years ago by horoyami <[email protected]>
Fix jumping caret bug (#568)

* Fix jumping caret bug

* Get element from point

5b156c1875b631bc073056d8464de1ad6d08a8e1 authored almost 6 years ago by George Berezhnoy <[email protected]>
Add z-index to editor, add default styles for internal inline-tools (#566)

cfae683d6a0dbd91c855cf38fcdb4b1712268586 authored almost 6 years ago by Peter Savchenko <[email protected]>
Disable Mutation Observer while saving (#563)

* Disable Mutation Observer while saving

* rm image

71315d902ab75ef4b4db736d108c0bd5a849a6d7 authored about 6 years ago by Peter Savchenko <[email protected]>
issue-469: resolving error with setCaret (#570)

* issue-469: resolving error with setCaret

* dump version

* update package.json

* expan...

41ae41cda7376a77078aabc91a3734f4fd0bc3dd authored about 6 years ago by Murod Khaydarov <[email protected]>
Add changelog (#571)

* Changelog added

* note about html janitor

* update changelog

* update patch

* even

71a8a99937a9a0f8d156751d602c3f6b41b23810 authored about 6 years ago by Peter Savchenko <[email protected]>
Update prod build (#572)

* Remove watch from prod build

* x -> X

* bump version for CI

* Revert "bump version fo...

f9d65d954436d1dfd922fccd6ac846614bfd12df authored about 6 years ago by Taly <[email protected]>
Check if node is single tag element in isNodeEmpty method (#567)

8e5a56a67a2087b51dc8927457cfc48d249f26b7 authored about 6 years ago by George Berezhnoy <[email protected]>
Fake background when selection is reseted by input field on toolbar (#560)

* Fake selection works

* some styles

* Refactoring fake background

* transition in Sele...

518866a575cbf99774b5cbb73bd3339914df3319 authored about 6 years ago by horoyami <[email protected]>
Update submodules (#565)

78e922ae1d9fe81385142c19ffe2150ad10cb0d5 authored about 6 years ago by Murod Khaydarov <[email protected]>
issue-559: Allow default selection on native inputs (#564)

* issue-559: allow double CMD+A on native inputs

* restore commented code

7c778d511c2bab781102ce132373d200349027f6 authored about 6 years ago by Murod Khaydarov <[email protected]>
update table (#561)

8a61ae0bf0970424de63cbc22254f9881d7a1738 authored about 6 years ago by horoyami <[email protected]>
Remove "decline sound" on macOS on copy event (#558)

* Remove "decline sound" on macOS on copy event

* bump version

* remove legacy "build" dir

ed8b4f11f25bc6849412d91c93296233b541f380 authored about 6 years ago by Taly <[email protected]>
[ModificationObserver]: Use Native MutationObserver instead of DomModification listener (#556)

* Use native Mutation Observer

* use debounce on mutations

* bump version

* code descri...

d5d77c60cbbf422b6a9a46641af7c3c9d4823991 authored about 6 years ago by Murod Khaydarov <[email protected]>
Polifylls Element interface type fixes and Selection util rangeCount extra condition (#555)

* hotfix

* update

3d512d66ff92b07868ab78e5e0433e83e64c2a36 authored about 6 years ago by Murod Khaydarov <[email protected]>
Inline Toolbar: Selection is not reseted (#543)

* Selection is not reseted if click on toolbar borde

* blue back

* 'refactoring'

* fix ...

0ad9484c751308c73a3e0b636ae29aa2dbfd23cc authored about 6 years ago by horoyami <[email protected]>
Issue-459 (#551)

* close toolbar after block is removed

* update bundle

af4f62b25468fabdfeaa980e648634c45b60d52c authored about 6 years ago by Murod Khaydarov <[email protected]>
Fix bug with warning (#550)

* Fix bug with warning

* update from master

020961a7e832e88df7324966a89af31e19ccb716 authored about 6 years ago by Murod Khaydarov <[email protected]>
Dont clear dist before build (#549)

* Dont clear dist before build

* dont drop dist dir

79399b6eb4ae90bb3e634040f94d8e6cc0e59c7b authored about 6 years ago by Peter Savchenko <[email protected]>
Add notification if URL is not valid (#548)

3a9e4a814b817ae1f2c48ccdf996b2256754c848 authored about 6 years ago by George Berezhnoy <[email protected]>
Optimize and improve bundling (#547)

* Optimize and improve bundling

* Bump version

* Update path to main script

71f8d767873810d626e2c70d72748caa93bf0694 authored about 6 years ago by George Berezhnoy <[email protected]>
Stub Tool (#545)

* Add stub tool

* Rendered -> displayed

* Bump version

* font sizes updated

* add op...

866c38af2a944b945c4f0de49b857ca17117a4f3 authored about 6 years ago by George Berezhnoy <[email protected]>
Update submodules (#544)

6086886f5bebc9db4c8b79f00d1ec39925d9b32d authored about 6 years ago by George Berezhnoy <[email protected]>
Add tools` titles for Toolbox (#540)

* Add tools` titles for Toolbox

* Bump version

* Use isEmpty method to check object emptin...

c93ed2501bd693711932eb434f785735b8f34aa8 authored about 6 years ago by George Berezhnoy <[email protected]>
Selection of the element only in contenteditable (#542)

8a53ba5aefdcadcbff6c8ca268ea370f25540363 authored about 6 years ago by horoyami <[email protected]>
Merge fixes (#541)

* Merge fixes

* add type

* source map

185eed8cb8dee70603899621de53c50c0eb654e3 authored about 6 years ago by Murod Khaydarov <[email protected]>
Enter on selected Block (#538)

* Enter on selected Block

* fix small bug with restoring caret

4511194bb95f1163b67693ab850d0e40cdfb23ae authored about 6 years ago by Murod Khaydarov <[email protected]>
Paste handling improvements (#534)

* Make on paste callback non-static method

* Add docs

* change tools.md header levels

*...

669c11eaa5ef8dd2e5df721c4eaa590e38c9c392 authored about 6 years ago by George Berezhnoy <[email protected]>
Backspace on selected blocks (#536)

* initial

* update

* requested changes

* Update src/components/modules/blockEvents.ts
...

4c9aa0fbd56c556b35ab019f904644530ff3299f authored about 6 years ago by Murod Khaydarov <[email protected]>
update HTML-Janitor patch (#537)

* update HTML-Janitor patch

* update readme

* add licence to code

819719aadc16ce55bcbebc48e77101efa946eea1 authored about 6 years ago by Murod Khaydarov <[email protected]>
Remove contentless and irreplaceable (#535)

* Remove contentless and irreplacable settings

* update version

feace16fc10648660f7266135afac0aff78c4ec9 authored about 6 years ago by Peter Savchenko <[email protected]>
set default value for holderId (#533)

resolves #496

953949e56f1749ac543a720e0774ebc8e58a12da authored about 6 years ago by Taly <[email protected]>
Dont show Block Actions on new paragraphs (#532)

8398f825a80a3bd2293d45a67712add9ad2ea428 authored about 6 years ago by Peter Savchenko <[email protected]>
Optimisation: dont fire isEmpty checking for not-initial Blocks (#529)

* Optimisation: dont fire isEmpty checking for not-initial Blocks

Because not-initial Tools c...

ecfcfaa79fdc75919d4b565b10788e0b10c82e6e authored about 6 years ago by Peter Savchenko <[email protected]>
Logger improved (#521)

* Logger styles improved

Resolves #520

* increment version

* update bundle

* change ...

09df079509cc8819562d9dea53bf5445b6087795 authored about 6 years ago by Peter Savchenko <[email protected]>
Move to typescript (#474)

* Move all modules to ts

* It works

* Update README.md

Co-Authored-By: gohabereg <gohab...

bcdfcdadbc444921aee62b38516329cda3c96a70 authored about 6 years ago by George Berezhnoy <[email protected]>
Add table plugin to example (#493)

* submodule pluged

* remove .git

* Add table plugin to example

531f1d253b5c1889b0c3f2f0418c665b3e9d6948 authored about 6 years ago by horoyami <[email protected]>
Add embed plugin to example (#491)

* Add embed plugin to example

* Remove .git

6b1460372dc392bd2fb9e8dec222081c8b7eafcd authored about 6 years ago by George Berezhnoy <[email protected]>
Block selection (#483)

* initial commit for feature

* selection with cmd+a

* copy to clipboard

* use div inste...

6a90784b693398b7d8010d2c3fe103b567792960 authored about 6 years ago by Murod Khaydarov <[email protected]>
Add .idea/ dir to npmignore (#489)

* add .idea/ dir to npmignore

* bump version

7901bbb7e6d7d47fdfa60db82bdee384f79e9e9d authored about 6 years ago by Taly <[email protected]>
add npmignore file (#488)

f5c4a8db371ae0ae2eba50feb8ead8c1fdbf41bc authored about 6 years ago by Taly <[email protected]>
Notifier module and API (#486)

* Notifier module and API

* add docs

* update notifier module

* bump version

* impr ...

b8ce51d77fb4b746e28b8414e52383a432d53234 authored about 6 years ago by Taly <[email protected]>
Fix plugin int return data (#487)

* Fix plugin int return data

* clean only strings

* Increase version

4a27dc6766486abf7ef557135ef0de7eee5841fe authored about 6 years ago by Polina Shneider <[email protected]>
use latest tools (#485)

d6f85bd08dbdeb84ecd6ed7c5b2d0d14c41bc069 authored about 6 years ago by Taly <[email protected]>
Some new styles, used by Image Tool (#479)

* Some new styles, used by Image Tool

* update example

* Update submodule

* increase ve...

8ceb615cd5932549ea85e33ac0a27aa16acf9382 authored about 6 years ago by Peter Savchenko <[email protected]>
Do not sanitize if sanitizer config is empty (#477)

986708ed905ef7e5c9989beda5e2bfd6239796de authored about 6 years ago by George Berezhnoy <[email protected]>
Sanitizer features (#467)

* Sanitizer features

* move to ts, use sanitizer module to clean taintstring

* Sanitizer i...

3f8c7fbb7bdc627ffeda4329d98d45a20312626d authored about 6 years ago by Murod Khaydarov <[email protected]>
Merge branch 'master' of github.com:codex-team/codex.editor

5188933ee3ee2a82570f138b8c1088050f6e0890 authored about 6 years ago by Murod Khaydarov <[email protected]>
Improve paste behaviour (#473)

* Improve paste behaviour

* Use variables for long expressions

* Fix paste processing logic

cb86bf446b12b6f32b3e59cb05b0cf294dcf12c6 authored about 6 years ago by George Berezhnoy <[email protected]>
Update doc (#472)

* update doc

* Revert "update doc"

This reverts commit 97866741943f525459c13090eb27a04a3ef...

4e2b662bee61b36e8ed34f588d805756311cbcc3 authored about 6 years ago by Murod Khaydarov <[email protected]>
update doc

97866741943f525459c13090eb27a04a3ef94c46 authored about 6 years ago by Murod Khaydarov <[email protected]>
Fix sanitize config on paste (#471)

53f58584b61a185030a490b612468fcdc3046825 authored about 6 years ago by George Berezhnoy <[email protected]>
Add note about 2.1-beta (#463)

ad75ceaf058f7a9c7103df3ce10c7041db6603ba authored about 6 years ago by Peter Savchenko <[email protected]>
api sanitizer improvements (#457)

* api sanitizer improvements

* update

* sanitize recursively

* clear from logs and upda...

ff80ca6e92eb3c12848d97d23177ea34b749de1d authored about 6 years ago by Murod Khaydarov <[email protected]>
use quote 2.0.0 (#462)

972c47e73aae8553b666df6034419b3eaa5ffea2 authored about 6 years ago by Taly <[email protected]>
Bump minor version (#461)

* Bump version

* Bump minor version

cba8de8367c146181eed28f41c4fd82301da5578 authored about 6 years ago by George Berezhnoy <[email protected]>
Bump version (#460)

330e8ac76ffb9aef43de759d4ab967401bf8c007 authored about 6 years ago by George Berezhnoy <[email protected]>
Drag'n'drop support (#445)

* moving caret initial

* small improvements

* last changes, added docs

* requested chan...

577da8fa22b85e80bac3e59c2fc3ef8101455451 authored about 6 years ago by George Berezhnoy <[email protected]>
Update toolbar move as not to overlap editor`s content (#455)

* Update toolbar move as not to overlap editor`s content

* Bump version

* Add top offset t...

cdf6d973c1807ccf54b9a523afbdaa02bdc33ea6 authored over 6 years ago by George Berezhnoy <[email protected]>
inline-tools: prevent default behaviour on clicks to prevent form submitting (#454)

* fix inline-tool buttons

* prevent default on inline-tool clicks

* update

* update ver...

bdae8d3fad7b54aa14cc350355820b463314af3d authored over 6 years ago by Murod Khaydarov <[email protected]>
issue-449 (#452)

cbe8fd29653c340dafa01ff0422a110b4f08b1b7 authored over 6 years ago by George Berezhnoy <[email protected]>
Fix toolbar behaviour (#453)

854d47ff76742478ae8aec8563164d02de86375d authored over 6 years ago by George Berezhnoy <[email protected]>
Fix Toolbar's position bug in chrome (#448)

205426470de7730c6c7ff32ee7c7ad3017a99780 authored over 6 years ago by Peter Savchenko <[email protected]>
Increase robustness (#447)

9ab437fe3827de665eeb342dab784c4716b7049c authored over 6 years ago by George Berezhnoy <[email protected]>
Mutation callback (#444)

* modification observer initials

* add debouncer to callback execution

* change feature na...

7acf3214548448d53706c4a9f28fa7e461e4716d authored over 6 years ago by Murod Khaydarov <[email protected]>
Remove currentNode set and get methods (#446)

2c0d7470350c529c1f5a556c01f8075046b3b51d authored over 6 years ago by George Berezhnoy <[email protected]>
configuration must be undefined by default (#442)

* configuration must be undefined by default

* update

45d19ab4d2c78934c383112fc834cb496c8ed8a6 authored over 6 years ago by Taly <[email protected]>
Define default value for config object (#441)

* define default value for config object

* bump version

* redefine onReady function

314cc6de2410cf362b8a396bd4e224101829fc73 authored over 6 years ago by Taly <[email protected]>
Do not show plus button if toolbox is empty (#439)

f2f8bc0851405cc6e2173306f08b602c8554106b authored over 6 years ago by Murod Khaydarov <[email protected]>
issue-433: shortcuts handler errors (#438)

* check selection existance or current block is not null

* ignore shortcut handler if nothing...

bd09c150bfac570d7137609ad0b1d6dbe598e95a authored over 6 years ago by Murod Khaydarov <[email protected]>
issue-432: redactor clicked bug (#437)

* Redactor new Block at end creation fix

* Renew submodule

7c87c5bede96163013f7a0e4fc5ca7e8c2fc6bf4 authored over 6 years ago by Murod Khaydarov <[email protected]>
update bundles (#436)

f157dd28195ae0105ed631d484f1b391c0a305de authored over 6 years ago by Peter Savchenko <[email protected]>
Issue #426 : Imporve Toolbar position calculating (#435)

* Issue #426 : Imporve Toolbar position calculating

* header tool update

* 2.0.5

6ac69a48e8c3c1535496dda55056a8373f2f9be1 authored over 6 years ago by Peter Savchenko <[email protected]>
New plugins in an example page (#431)

* Add code and marker

* update

* Add shortcuts

* Change marker shortcut

* Update marker

0ea3197a73c19d5025b12854eb1595e6bcb63a2b authored over 6 years ago by Polina Shneider <[email protected]>
JSON preview now supports new tools (#430)

8ee951ca761084f6b9b6b2b54011153a99ebb36e authored over 6 years ago by Peter Savchenko <[email protected]>
use Apache-2.0 license (#428)

resolve #408

d9a236160378fa99488d4c0bfb86f1bcd1d7e96b authored over 6 years ago by Taly <[email protected]>
Remove path (#429)

881fdc11a70010e74fe2c8cdecabc6fb305c3b55 authored over 6 years ago by Alexander Menshikov <[email protected]>
fix babel-polyfill conflict (#424)

3a2512cd76778bb614c4dda5b00298ec76bd203c authored over 6 years ago by Max Kokorin <[email protected]>
update readme (#419)

* update readme

* update readme

1627f8a3bdbdeb7304d011f2c915cfe1956afe1e authored over 6 years ago by Taly <[email protected]>
Remove legacy code (#412)

33bb8f51763c8d4f708dd2673f7f6361391b12bf authored over 6 years ago by Peter Savchenko <[email protected]>
Update links in README (#410)

* Update links in README

* Update link of configuration object

* Update grammar

0f69fdef0da1461348b2ca20131245b0651ee880 authored over 6 years ago by Polina Shneider <[email protected]>
Fix missing holderId (#407)

* set default holderid

* 2.0.2

* pack bundle

15599d032d2ce55e25fea3f6164d26354ce0bba7 authored over 6 years ago by Taly <[email protected]>
fix missing jsdoc (#406)

* fix missing jsdoc

* add a few words about save and render functions

a7ebbae7fd653d9c8f65ddc646e1da0a87d4d8ca authored over 6 years ago by Taly <[email protected]>
Fix link to example (#405)

* fix link to example.html

* 2.0.1

87ed7ec0ee4a8dc6f4c56c3a8c74d8d83dd1debd authored over 6 years ago by Taly <[email protected]>
Release 2.0-beta (#387)

* update
* Toolbar, Toolbox, UI (#239)
* Toolbox making
* Add Toolbox buttons click handler
...

61242ab6a62a3b14efdf5921fdc2c475b3625eaf authored over 6 years ago by Peter Savchenko <[email protected]>