Skip to content

a minimalist note taking application

License

Notifications You must be signed in to change notification settings

victorhck/nanonote

This branch is 63 commits behind agateau/nanonote:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f7f056 · Mar 12, 2023
Mar 12, 2023
Mar 10, 2023
Feb 5, 2023
Mar 12, 2023
Jan 30, 2023
Mar 12, 2023
Feb 8, 2023
Jan 27, 2023
Nov 21, 2019
Jan 11, 2019
Jan 27, 2023
Mar 12, 2023
Mar 12, 2023
Aug 20, 2018
Mar 9, 2023
Mar 11, 2023

Repository files navigation

Build Status

Nanonote

Nanonote is a minimalist note taking application.

Screenshot

It automatically saves anything you type. Being minimalist means it has no synchronisation, does not support multiple documents, images or any advanced formatting (the only formatting is highlighting URLs).

It is developed and tested on Linux but also works on macOS and Windows as well.

Packages

Binary packages for Linux, macOS and Windows are available on the release page.

Tips and tricks

Even if Nanonote has a minimalist user interface, it comes with some handy shortcuts. Learn more about them from the tips and tricks page.

Building it

Nanonote requires Qt 5 and CMake. To build it, do the following:

Get the source:

git clone https://github.com/agateau/nanonote
cd nanonote
git submodule update --init

Install qpropgen requirements:

pip3 install -r qpropgen/requirements.txt

Build Nanonote:

mkdir build
cd build
cmake ..
make
sudo make install

You can also build rpm and deb files using make package after make.

About

a minimalist note taking application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.5%
  • Python 11.9%
  • CMake 11.8%
  • Shell 7.8%