https://github.com/lanzani/esopo-simple-notes
✒️🗒️ Small markdown notes with big dreams. Auto-sync on GitHub
https://github.com/lanzani/esopo-simple-notes
electron-app markdown markdown-editor markdown-notes note-taking simple-notes
Last synced: 2 months ago
JSON representation
✒️🗒️ Small markdown notes with big dreams. Auto-sync on GitHub
- Host: GitHub
- URL: https://github.com/lanzani/esopo-simple-notes
- Owner: lanzani
- Created: 2024-02-12T11:59:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-13T17:50:50.000Z (over 1 year ago)
- Last Synced: 2025-01-20T18:42:05.188Z (4 months ago)
- Topics: electron-app, markdown, markdown-editor, markdown-notes, note-taking, simple-notes
- Language: TypeScript
- Homepage:
- Size: 12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Esopo Simple Notes
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](https://stephango.com/file-over-app).Features:
- [x] Markdown reader/writer
- [x] Autosave
- [ ] Saving on close
- [ ] Change colors and font to appear more "classy"
- [ ] Git autosync
- [ ] Choose directory / Change directory
## Why the name "_Esopo_"?
I had a book of [Esopo](https://en.wikipedia.org/wiki/Aesop) 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](https://www.youtube.com/watch?v=t8ane4BDyC8).
:)
## Project Setup
### Install
```bash
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```