MarkOvEditor is a simplistic markdown and emacs org mode editor with a viewer to see the changes.
This app was inspired by craftzdog markdown editor tutorial, but I wanted to implement a org mode support for emacs along with markdown.
Note: Using chakra seemed like an overkill by the end of the project 😅.
Technolgies used:
- The application uses markdown by default if the file isn't saved.
- saving the file enables the user to change the compiler used. eg: saving as
.org
allows one to use the org compiler and.md
uses the markdown to compile it to html. - It initially converts the source to html then to react components.
- How unified js converts markdown into html
- AST tree of markdown and how the compiler works.
- How to build native applications using electron js.
- Add local image support