Simple markdown editor made with Electron, React and TypeScript.
It's an interface over a folder of markdown files, following the principle of file over app.
Features:
- Markdown reader/writer
- Autosave
- Saving on close
- Change colors and font to appear more "classy"
- Git autosync
- Choose directory / Change directory
I had a book of Esopo on my desk when I created this GitHub repo.
This app was my attempt to create a minimalistic markdown note app for windows. Also, I was curious to build something with Electron.
Huge credits to Gionatha.
:)
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux