Editor.js

I’ve updated by Hugo based editor to try and use EditorJS as, well, the editor for the blog.
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 Editor’s Core.
Read full post.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>I've updated by Hugo based editor to try and use EditorJS as, well, the editor for the blog.</p> <blockquote> <p>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 Editor's Core.</p> </blockquote> <p><a href="https://editorjs.io/">Read full post</a>.</p> <p>I think it works.</p> <p>I struggled a little bit with the codebase, the examples all use ES Modules, however the NPM dist is all output in IIFE ES5 code. But once I got over that hurdle it has been quite easy to build a UI that looks a bit more like medium.</p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2019-04-05T12:51:01+00:00) Editor.js. Retrieved from https://www.scien.cx/2019/04/05/editor-js/

MLA
" » Editor.js." Paul Kinlan | Sciencx - Friday April 5, 2019, https://www.scien.cx/2019/04/05/editor-js/
HARVARD
Paul Kinlan | Sciencx Friday April 5, 2019 » Editor.js., viewed ,<https://www.scien.cx/2019/04/05/editor-js/>
VANCOUVER
Paul Kinlan | Sciencx - » Editor.js. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2019/04/05/editor-js/
CHICAGO
" » Editor.js." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2019/04/05/editor-js/
IEEE
" » Editor.js." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2019/04/05/editor-js/. [Accessed: ]
rf:citation
» Editor.js | Paul Kinlan | Sciencx | https://www.scien.cx/2019/04/05/editor-js/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.