/notetron

A simple notepad desktop app built on Electron and Quill

Primary LanguageCSS

Notetron

A simple notepad desktop app built on Electron and Quill

alt tag

Features

  • Basic text editor
  • Save and Load .txt and .html files
  • Add images and link to webpages
  • Minimalistic

Downloads

All versions can be downloaded on the release page

Development

Requirements

  • Node v4+
  • Electron

Once those are installed simply

git clone https://github.com/codypearce/notetron.git
cd notetron
npm install

then to start the app

npm start

to build to linux x64 you can just run

npm run build

to build to other OS's look at the documentation for electron-packager

Contribute

Make pull requests or fork to your heart's content.

License

MIT license