How to build a Markdown editor using Electron, ReactJS, Vite, CodeMirror, and Remark

Hello. I’m Takuya Matsuyama from Japan, a solo developer making a Markdown note-taking app called Inkdrop. This video is a tutorial on how to build a beautiful Markdown editor with the following stack: - Electron: - A framework for building cross-platform desktop apps using HTML, JS, and CSS - Vite: - A fast build tool - React: A library for building UI - TypeScript: A typed JavaScript - CodeMirror 6: - An extensible code editor for the web - Remark: - An extensible Markdown processor I hope you enjoy it! ▶ Download my product: Inkdrop - Markdown note-taking app ▶ The GitHub repository of the Markdown editor tutorial ▶ My dotfiles
Back to Top