/awesome-editorjs

🤩 A curated list of awesome Editor.js tools, libraries and resources.

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Editor.js Awesome

A curated list of awesome Editor.js tools, libraries and resources.

Inspired by the awesome list. Feel free to improve this list by contributing!

Contents

Tools

Block Tools

Text and typography

Lists

Media & Embed

  • @editorjs/image — image block
  • @editorjs/simple-image — add images to article by pasting image URLs. no server-side uploader required
  • @editorjs/link — link with preview
  • @editorjs/attaches — attach files to your article
  • @editorjs/embed — pasted patterns handling and inserts iframe with embedded content
  • simple-image-editorjs — fork of the SimpleImage repository. It adds in extra functionality such as a toolbar to add images (rather than just drag and drop) and uses blob URL's to improve memory usage

Table

Code

  • @editorjs/code — tools for code examples
  • @editorjs/raw — include raw HTML code to your article
  • editor-js-code — a fork of Code Tool for the Editor.js that allows to include code examples along with language codes that are supported by PrismJs in your articles
  • editorjs-codemirror — Code Mirror for the Editor.js allows to include code examples in your articles.
  • @bomdi/codebox — code syntax highlighting tool for Editor.js

Inline Tools

Libraries

JavaScript

PHP

Ruby

  • editor_js — it validates, parses, and renders content from editorjs

Wordpress

Tutorials and sources

Projects Using Editor.js

👉 Add your project!

Open source

  • CodeX Docs — documentation engine
  • CodeX Media — platform for building modern website for educational or media organizations
  • CodeX Notes — crossplatform desktop notes application based on Electron and Editor.js
  • OmniaWrite.com — a text editor engineered for creative writing
  • automad.org — a flat-file content management system and template engine

Back to top