Editor.js icon
Editor.js icon

Editor.js

 2 likes

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

License model

  • FreeOpen Source

Country of Origin

  • RU flagRussia

Platforms

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

Features

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

 Tags

  • json-formatting
  • rich-text

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

  •  30,335 Stars
  •  2,165 Forks
  •  677 Open Issues
  •   Updated Apr 30, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Editor.js, and it has gotten 2 likes

Editor.js was added to AlternativeTo by Paul on Apr 3, 2019 and this page was last updated Apr 12, 2019.
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