Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
codex.editor.backend
Forked from editor-js/editorjs-php
PHP 1
-
IniParser
Lab 1 for OOP classes
C++
-
StaticMultiSet
Lab 2 for OOP classes
C++
-
Wav-processing
Lab 3 for OOP classes
C++
-
Factorizer
Lab 4 for OOP classes
C++
-
Threader
Lab 5 for OOP classes
C++
672 contributions in the last year
Activity overview
Contribution activity
April 2019
- Close inline toolbar after creating new link by pressing ENTER
- Allow holderId work with ref on dom element
- #665 API to open and close inline-toolbar
- Remove changelog contents from readme
- Update shortcuts module
- Fixed possible grammatical typo
- update Readme
- Add a Gitter chat badge to README.md
- Add opencollective note
Created an issue in codex-team/editor.js that received 9 comments
Add `blocks.append(type, data)` API method
This method should allow to append (or insert) new Blocks programmatically
Example:
editor.blocks.append('paragraph', {text: 'Hello world'}); edito…