Up to projects

Duly Noted

Concept

Make a note taking program which has a hierarchical structure for organizing note content. Each note-node has one parent, contains notes, and can have any number of children.

Features

  • Can export all notes to hierarchical html files, which also contain the formatting (strong, italics, headers, and colors) contained within the notes themselves.
  • Nodes can be rearranged, renamed and added with (relative) ease.
  • Automatically reloads the last loaded file.

Status

Development for DulyNoted came to a standstill several months ago, and it will likely not be continued (I used it to take notes in my courses, which have come to an end for the time being, and thus haven't been using it with any regularity). Anyone would be glad to develop the program themselves, steal bits and pieces of the program, etc. It is available under an MIT license, so you could even try to sell it if you were insane.

Source

The source files can be downloaded here. They are not particularly well organized. I intend to redo the program at some point. As such the source is intended as a guide or reference. It does, however, include the fully functioning program. You will need to install Ltk before you can use it.