I've tried to incorporate some of the ideas of the "second brain" and it didn't really give me that much. My lessons: 1. It's always super helpful to write things down. Taking notes from what I read/learn is a great way to verify that I understand it. It sharpens my thinking. 2. However, maintaining the "second brain" is a lot work. It's not only about "linking" together notes. You also need to maintain some consiste…
> I ended up spending a lot of time thinking about the structure instead of actually thinking about the content. This is why wikis, which I originally thought were just the best things ever, seem to become useless over time. The Mac application Quiver [1] introduced me to the idea of categories, which can contain one layer of sub-category, and either categories or sub-categories can contain articles, which contain te…
I thought about it and my minimum requirements for a knowledge graph tool are:
1. Edit files in vanilla Markdown (no application specific cruft)
2. Be able to search content easily (ideally via grep)
3. Add 1:1 or 1:many links between files (direct links vs. tags, ideally using requirement 2 to implement this)
And the simplest solution for me was:
1. A single level directory of md files (no folders!)
2. Vim + Telescope [1]
3. A small set of guidelines [2] to define searchable patterns for linking files/nodes
I also wrote a little md renderer (seen in link 2) that adds the features I wanted for exploring my notes/second brain in a browser that picks up on the patterns in the guidelines. Gotta get a grep search on that thing and it'll be golden, but I apologize I'm rambling at this point.
Never been happier. I just use Working Copy to jot notes on mobile when I'm not at my computer.
[0] https://help.obsidian.md/How+to/Internal+link