Notesmachine is a Zettlekasten engine with bells, whistles, and a possible foghorn.
Go to file
Elf M. Sternberg 1565fef001 REFACTOR: Dry'ing out the insert_new_note feature.
Since both `insert_page` and `insert_note` need to insert a note,
having that code twice in the same block was annoying, especially
since discovering that my oh-so-clever use of `include_str!`
precludes me from using the `query!` macros, which want the strings
included *before* doing analysis.

All that wrestling with the Transaction type turned out to be much
simpler when I was able to just devolve it into an Executor.
2020-09-30 08:53:45 -07:00
docs DOC Phase one committed to the project, the basic layout of the backstore. 2020-09-27 05:35:37 -07:00
server REFACTOR: Dry'ing out the insert_new_note feature. 2020-09-30 08:53:45 -07:00
README.md DOC Phase one committed to the project, the basic layout of the backstore. 2020-09-27 05:35:37 -07:00

README.md

Notesmachine

A Second Brain, From First Principles


Notesmachine is a collection of tools for organizing your notes around first principles. It has graphical desktop tools, a web-based interface, and mobile tools for collecting, organizing, and re-discovering the knowledge that you personally collect. Notesmachine is primarily a Zettlekasten engine designed to work on a personal scale, but it is also designed to make each note smarter, more capable, and more informative, as well as making capturing notes not only possible, but simple and direct.