Warning: session_start(): Session cannot be started after headers have already been sent in /home/hergosa/public_html/includes/translator/index.php on line 4
Hergosa | Blog, Todo lo más relevante, en tecnología y proyectos sobre guata laminada, fibra siliconizada abierta, greña, aislante térmico mbi para naves industriales, estopas de algodón y trapo industrial
Industrial Hergosa

BLOG

Todo lo más relevante, en tecnología y proyectos sobre guata laminada, fibra siliconizada abierta, greña, aislante térmico mbi para naves industriales, estopas de algodón y trapo industrial

Doloribus earum pariatur animi.

Editor.js

Hey. Meet the new Editor. On this page you can see it in action — try to edit this text.

Key features

  • It is a block-styled editor
  • It returns clean data output in JSON
  • Designed to be extendable and pluggable with a simple API

What does it mean «block-styled editor»

Workspace in classic editors is made of a single contenteditable element, used to create different HTML markups. Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editors Core.

There are dozens of ready-to-use Blocks and the simple API for creation any Block you need. For example, you can implement Blocks for Tweets, Instagram posts, surveys and polls, CTA-buttons and even games.

What does it mean clean data output

Classic WYSIWYG-editors produce raw HTML-markup with both content data and content appearance. On the contrary, Editor.js outputs JSON object with data of each Block. You can see an example below

Given data can be used as you want: render with HTML for Web clients, render natively for mobile apps, create markup for Facebook Instant Articles or Google AMP, generate an audio version and so on.

Clean data is useful to sanitize, validate and process on the backend.

We have been working on this project more than three years. Several large media projects help us to test and debug the Editor, to make its core more stable. At the same time we significantly improved the API. Now, it can be used to create any plugin for any task. Hope you enjoy.