DEV Community

slice-code
slice-code

Posted on

Building a Blog Editor with el.js and Editor.js

 Today, I built a blog editor using el.js. It serves as a DOM helper for constructing the editor UI, toolbar, metadata sidebar, and mobile-first flow. Meanwhile, Editor.js provides flexible content blocks like headings, paragraphs, lists, images, and embeds. You can check out the source code on my GitHub. click here for code

Top comments (0)