-
Github: https://github.com/deadhedd/nre ## Introduction Markdown-based note systems such as Obsidian have a property that is often underappreciated: the notes are just files. A vault is simply a directory of Markdown documents. There is no proprietary database required to read the notes, and the files remain ordinary text that can be opened, moved, or backed up…
-
Github: https://github.com/deadhedd/nre This system is designed to run note-generation jobs in a way that makes their execution observable, their results durable, and their outputs integrated into a canonical knowledge store. It separates content generation from operational responsibility. Scripts that generate notes remain simple and portable, while execution, monitoring, synchronization, and reporting are handled by shared…