Skip to content

A no frills note taking app that works with txt files.

License

Notifications You must be signed in to change notification settings

Autre31415/txt-notes

Repository files navigation

txt-notes

A simple note taking app that takes cues from Apple notes and popular code editors such as Brackets, VS-Code, and Atom.

This app finally has a screenshot

Why?

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

macOS

Download the .dmg file.

Windows 10+

Download the .exe file.

How to run from source

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

Build

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

About

A no frills note taking app that works with txt files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published