Alright folks, help a coder out. The last time I tried to write an engineering notebook app for myself, I got bogged down in the interface, then sent myself down a rabbit hole where I was planning to store all of my notes in sealed PDFs, which I then had to read back so that I could search. Clearly, this is not the way.
After that, I tried to just beat TiddlyWiki into unsealed project note shape. It works, but it's buggy.
It occurs to me that I could quickly bang out something with an interface similar to my note-taker in TiddlyWiki, in .NET, use a little local DB to store the notes, then once that behaves, work on figuring out how to encrypt the contents of each set of notes...that seems doable. I can add more useful bits later.
Friends, allow me to share my progress from you. Please yell at me if I try to add too many things at once.
@Lwasserman The abvious answer at first glance would seem to be jupyter notebook, but I presume there is a reason that wont work?
@Lwasserman If thats all you need just use Emacs :)
@Lwasserman Its just a text editor. The only tricky part is configuringit if you want something custom.
I use spacemacs on top of emacs personally and it makes the expiernce pretty effortless IMO
@freemo But I could write code....
@Lwasserman If you really want to, go for it. Seems like a lot of work for something that doesnt sound like it would do anything too special.
@freemo Not sure that qualifies as less complicated...