All Projects → agateau → nanonote

agateau / nanonote

Licence: other
A minimalist note taking application

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nanonote

pro-writer
Minimal yet Pro Writer 🚀
Stars: ✭ 22 (-37.14%)
Mutual labels:  note-taking
klein
the minimalist URL shortener
Stars: ✭ 40 (+14.29%)
Mutual labels:  minimalist
web-companion
Browser extension to browse bookmarks and create notes in QOwnNotes
Stars: ✭ 53 (+51.43%)
Mutual labels:  note-taking
BoostNote.next-local
Boost Note next local spaces is lightspeed workspace for developers
Stars: ✭ 89 (+154.29%)
Mutual labels:  note-taking
SlimApp
A minimalist andf platform-agnostic application layer for writing graphical applications, with a strong emphasis on simplicity and ease of use.
Stars: ✭ 33 (-5.71%)
Mutual labels:  minimalist
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+131.43%)
Mutual labels:  minimalist
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (-45.71%)
Mutual labels:  minimalist
Obsidian-Harmonic
Harmonic is a minimal and highly customizable theme for Obsidian.md
Stars: ✭ 33 (-5.71%)
Mutual labels:  minimalist
flawesome
Productivity Tool
Stars: ✭ 56 (+60%)
Mutual labels:  note-taking
taskpaper-mode
Emacs TaskPaper Mode
Stars: ✭ 94 (+168.57%)
Mutual labels:  note-taking
r2
A minimalist HTTP request routing helper for Go.
Stars: ✭ 32 (-8.57%)
Mutual labels:  minimalist
graphite
✍️ A local-first Markdown note-taking app built with Vue.js, Tailwind CSS, and Electron.
Stars: ✭ 17 (-51.43%)
Mutual labels:  note-taking
comet
A minimal and robust BEM-style CSS toolkit.
Stars: ✭ 18 (-48.57%)
Mutual labels:  minimalist
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (-31.43%)
Mutual labels:  note-taking
mpi
minimal (n)vim plugins - icons (Under 200 LOC)
Stars: ✭ 32 (-8.57%)
Mutual labels:  minimalist
GapFlyt
GapFlyt: Active Vision Based Minimalist Structure-less Gap Detection For Quadrotor Flight
Stars: ✭ 30 (-14.29%)
Mutual labels:  minimalist
folio
Python-powered, Markdown-formatted personal wiki
Stars: ✭ 27 (-22.86%)
Mutual labels:  note-taking
keep-it-markdown
Convert Google Keep notes dynamically to markdown for Obsidian and Notion using the unofficial Keep API
Stars: ✭ 125 (+257.14%)
Mutual labels:  note-taking
Minimalist-Blog
Tailwind CSS Starter Template - Minimalist Blog
Stars: ✭ 21 (-40%)
Mutual labels:  minimalist
keeporsweep.net
💻🔀🗑️ Randomly declutter your digital life!
Stars: ✭ 54 (+54.29%)
Mutual labels:  minimalist

Build Status

Nanonote

Nanonote is a minimalist note taking application meant for short-lived notes.

Screenshot

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.

It is developed and tested on Linux. I expect it to work on macOS and Windows as well, but haven't tested it. If you give it a try, let me know how it goes.

Packages

Binary packages are available on the release 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].