A simple note taking app that takes cues from Apple notes and popular code editors such as Brackets, VS-Code, and Atom.
This app was born out of my desire to combine the "latest notes on top" UX of the Apple notes app with the simplicity of editing local notes files in code editors such as Brackets and Atom.
I specifically wasn't a fan of how Apple notes stores notes files in email form, and code editors are a bit overkill for my purposes, so I took the pieces I liked from both and rolled my own here.
Download the .dmg
file.
Download the .exe
file.
Be sure to have Node.js and git installed.
Then:
git clone https://github.com/Autre31415/txt-notes.git
cd txt-notes
npm ci
npm start
Builds are constructed with electron-builder.
Be sure to have Node.js and git installed. Linux/Mac users who wish to do builds for Windows will need to have WINE installed. Mac users who wish to do builds for Windows will need to XQuartz installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via Homebrew.
First, be sure to run:
git clone https://github.com/Autre31415/txt-notes.git
cd txt-notes
npm ci
Then:
To build package zips use:
npm run pack
To build full distributions use:
npm run dist