Aurélien Gâteau

Release month, Nanonote 1.0.0

written on Sunday, December 30, 2018

Here is the last issue of release month! Today is the first release of Nanonote, a minimalist note-taking application.

Screenshot

Quoting the README:

It automatically saves anything you type in the screen on your disk. Being minimalist means it has no synchronisation, does not support multiple documents, images or any advanced formatting (the only formatting is highlighting urls). If you have long-lived notes you should store them in a more permanent place.

I built a very early version of Nanonote a little more than a year ago and since then I have been using it at work almost every day. I use it to take notes when I am investigating bugs or diving into a new code base, collecting links to pull requests and CI builds, whatever I need. It is basically an eco-friendly blank sheet.

The way I use it shaped some of the features like "Always on Top", auto bullet-lists or the ability to indent and unindent text blocks with Ctrl+I and Ctrl+U (handy with nested lists).

Nanonote is built with Qt 5 and uses QWidgets, this might sound old-school, but it's lightweight, it works and QWidget QPlainTextEdit is superior to QtQuick Controls 2 TextArea at the moment, for example by providing a decent context menu.

There aren't any pre-compiled binaries for the moment, so you need to build it yourself. See the README for details.

That's the end of release month, I hope you enjoyed these releases!

This post was tagged nanonote, pko, qt and release-month