Skip to content

dsvi/NotesTree

Repository files navigation

Moved to gitlab






.

About

NotesTree is a note taking app, which organizes notes in a hierarchical (tree like) structure.

What makes it different?

  • Very simple file structure. Your notes are easily available even without NotesTree installed. They are stored as html files. Just open them in any web browser, including the one on your mobile phone.
  • You can store complete web pages, simply by copy-pasting a page into a note. NotesTree automatically downloads all the images, making the note available offline.
  • You can attach files of any types to your notes.

screenshot

Getting it

You can get the fresh Appimage from the downloads section.

...or build it yourself. For ubuntu you'll need libboost-filesystem-dev, qt5-default, libqt5webkit5-dev, libqt5svg5-dev installed. then do:

qmake
make
sudo make install

PKGBUILD file is also in the repository.