Working on the note taking system

Working on the note taking system

I had been meaning to try out Logseq for a while, and finally got around to it about a week ago. In order to understand the possibilities, I’ve also been playing around with Roam Research as it is a bit more mature. The thoughts that are sticking with me so far:

Block based thinking makes a lot of sense to me.

I wonder what it would be like if blocks were made 100% first class entities, and the difference between pages and blocks were trimmed down to their lowest possible level.

I really want the underlying files to be human readable and universally pareseable.

While Logseq uses Markdown files, block references are not meaningful in their pure Markdown form. There’s probably some sort of Markdown evolution we need to align how different applications that use Markdown files can share a protocol (thinking about Obsidian and Logseq here especially).

If all goes well, we are probably heading towards making Markdown files a “human-readable database”.

A small amount of structure to connections would unlock a lot.

Block based thinking has me wanting to liberally connect ideas and notes. But as you add more connections it becomes harder to understand them.

Ideas like Joel Chan’s Discourse Graph are highlighting what’s possible. More and more I am thinking of links as functions between notes (i.e. nodes).

I will write more about this in the future.