Editor.js
editorjs.io
Editor.js
text: "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.
Base concepts
But the more interesting thing is, as mentioned above, that Editor.js returns clean data instead of HTML-markup. Take a look at the example.
Getting started
Choose the most usable method of getting Editor.js for you.
CodeSandbox
codesandbox.io › examples › package › @editorjs › editorjs
@editorjs/editorjs examples - CodeSandbox
react-editor-js-exampleThis sandbox has been generated! 12sachin95 · frontend · meraki-web · semanticui-app · taxonomy · Find more examples or templates · AboutEditor.js — open source block-style WYSIWYG editor with JSON output165,553Weekly Downloads ·
Videos
Editor.js
editorjs.io › base-concepts
Base concepts
February 8, 2022 - Editor.js is a block-style editor for rich media stories. It outputs clean data in JSON instead of heavy HTML markup.
GitHub
github.com › editor-js › awesome-editorjs
GitHub - editor-js/awesome-editorjs: 🤩 A curated list of awesome Editor.js tools, libraries and resources.
Starred by 2.7K users
Forked by 217 users
GitHub
github.com › codex-team › editor.js › blob › next › example › example.html
editor.js/example/example.html at next · codex-team/editor.js
<script src="https://cdn.jsdelivr.net/npm/@editorjs/inline-code@latest"></script><!-- Inline Code --> ... * Each Tool is a Plugin. Pass them via 'class' option with necessary settings {@link docs/tools.md} ... text : 'Hey. Meet the new Editor. On this page you can see it in action — try to edit this text. Source code of the page contains the example of connection and configuration.'
Author codex-team
CodePen
codepen.io › mrc › pen › MRKyZv
Editorjs Demo
On the contrary, Editor.js outputs JSON object with data of each Block. You can see an example below' } }, { type : 'paragraph', data : { text : `Given data can be used as you want: render with HTML for <code class="inline-code">Web clients</code>, render natively for <code class="inline-code">mobile apps</code>, create markup for <code class="inline-code">Facebook Instant Articles</code> or <code class="inline-code">Google AMP</code>, generate an <code class="inline-code">audio version</code> and so on.` } }, { type : 'paragraph', data : { text : 'Clean data is useful to sanitize, validate and process on the backend.'
Editor.js
editorjs.io › getting-started
Getting started
April 11, 2021 - <script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
CodeSandbox
codesandbox.io › s › editorjs-demo-6kb2k
EditorJS Demo - CodeSandbox
July 22, 2020 - EditorJS Demo using @editorjs/editorjs, @editorjs/embed, @editorjs/header, @editorjs/list, @editorjs/raw, @rogierw/editor-js-text-color, bootstrap, bootstrap-css, jquery
Published Jul 22, 2020
Repository https://codesandbox.io/s/6kb2k
GitHub
github.com › codex-team › editor.js › blob › master › example › example.html
editor.js/example/example.html at master · codex-team/editor.js
<script src="https://cdn.jsdelivr.net/npm/@editorjs/inline-code@latest"></script><!-- Inline Code --> ... * Each Tool is a Plugin. Pass them via 'class' option with necessary settings {@link docs/tools.md} ... text : 'Hey. Meet the new Editor. On this page you can see it in action — try to edit this text. Source code of the page contains the example of connection and configuration.'
Author codex-team
CodeSandbox
codesandbox.io › examples › package › react-editor-js
react-editor-js examples - CodeSandbox
Use this online react-editor-js playground to view and fork react-editor-js example apps and templates on CodeSandbox.
GitHub
github.com › natterstefan › react-editor-js-example
GitHub - natterstefan/react-editor-js-example: This is an example repo for react-editor-js, which can be used to create codesandbox projects.
This is an example repo for react-editor-js, which can be used to create codesandbox projects. - natterstefan/react-editor-js-example
Author natterstefan
npm
npmjs.com › package › @editorjs › editorjs
@editorjs/editorjs - npm
Editor.js — open source block-style WYSIWYG editor with JSON output. Latest version: 2.31.0, last published: 3 months ago. Start using @editorjs/editorjs in your project by running `npm i @editorjs/editorjs`. There are 297 other projects in the npm registry using @editorjs/editorjs.
» npm install @editorjs/editorjs
JSFiddle
jsfiddle.net › Imabot › 96vz1wkf
editor.js - JSFiddle - Code Playground
The Code Completion will now also have the context of all panels before suggesting code to you - so if for example you have some CSS or JS, the HTML panel will suggest code based on the other two panels. Introducing some AI sprinkle in the editor - Code Completion based on the Codestral model ...
GitHub
github.com › hata6502 › editorjs-examples
GitHub - hata6502/editorjs-examples: Examples of using Editor.js
examples/ExampleEditorConfigTools.ts: A type definition improved EditorConfig["tools"]. examples/ExampleEditorJSData.ts: A type definition improved OutputData.
Starred by 19 users
Forked by 3 users
GitHub
github.com › codex-team › editor.js › blob › next › example › example-i18n.html
editor.js/example/example-i18n.html at next · codex-team/editor.js
Editor.js <mark class=\"cdx-marker\">workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc</mark>. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united ...
Author codex-team