Editor.js icon
Editor.js icon

Editor.js

Editor.js is a block-styled editor for rich media stories. It outputs clean data in JSON instead of heavy HTML-markup. And more important thing is that Editor.js is designed to be API extendable and pluggable.

Editor.js screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Self-Hosted
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  WYSIWYG Support
  2.  Rich Text Editor
  3.  Built-in editor

 Tags

Editor.js News & Activities

Highlights All activities

Recent activities

Show all activities

Editor.js information

  • Developed by

    RU flagCodeX
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    32 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  31,326 Stars
  •  2,226 Forks
  •  679 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Editor.js was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Editor.js?

Editor.js is a block-styled editor for rich media stories. It outputs clean data in JSON instead of heavy HTML-markup. And more important thing is that Editor.js is designed to be API extendable and pluggable.

So there are few key features:

  1. Clean data output
  2. API pluggable
  3. Open source

What does it mean block-styled

In other editors the workspace is provided by single content editable element in where you can create different HTML markup. All of us saw permanent bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of text in case when you just want to make few words to be a heading or bold.

Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent content editable element (or more complex structure) provided by Plugin and united by Editor's Core.

At the same time, most useful features as arrow-navigation, copy & paste, cross block selection and others works almost as in the familiar editors.

Official Links