Live data from Hacker News

Show HN: Dendron – A Hierarchical Tool for Thought

dendron.so

51–60 of 172 posts

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#51
Enjoying Obsidian at the moment, will keep an eye on this one too, but honestly can't justify the switch away (note-taking is such a habit-based, "flow" tool) unless there's a _significant_ advantage to Dendron.

I guess everyone values something different. I am happy to pay for these tools, and even have them closed-source, as long as

(1) it can run locally, "offline", and (2) the format is open (index-able text, whether one file or many)

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#53
post #43

This looks extremely impressive and polished, especially for a single dev. Looking forward to trying. Congrats

Thanks! If you have any questions or run into anything, you can reach out to me at kevin@dendron.so

We also have an active discord channel with lots of good people: https://discord.gg/AE3NRw9

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#54

I think Dendron is on to something great here - it's not just about note taking, it's also about highly efficient retrieval of notes. I have poked around it, but I intend to take a deeper dive and think about how I can make it part of my process.

One of my reasons for creating Dendron is that while all note taking apps (try) to make it easy to put notes in, they all make it hard to get them back out, especially as you add more. It didn't make sense to me, especially since like code, I tend to spend more time reading notes than writing it

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#56
post #3

How is Dendron different from Foam[1]? At first glance, both projects are very similar.

foam is a note taking tool heavily modeled after roam research and backlinks. the core foam extension mainly focuses on stitching together third party extensions for most of its functionality.

dendron is also, in part, inspired by roam (backlinks, daily journals, etc) but is built around the notion of [hierarchical note taking](https://www.kevinslin.com/notes/3dd58f62-fee5-4f93-b9f1-b0f0...). dendron takes the structure provided by well built hierarchies and combines it with the freedom of roam's backlinks and block references.

while dendron also relies on third party extensions, the majority of functionality is inside the dendron extension. you can refactor notes via regex (dendron will update both backlinks and file names), lookup your notes via their path, apply schemas to categorize your notes, and much more.

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#58

This is really interesting for me. I've just got into roam the last few months after an intertest in trying zettelkasten (and my notion growing rather unwieldly), but the $15/m is grinding at me. The idea I'll be locked in at that price forever more doesn't sit well For me org-roam doesn't scratch the portability itch (easily add notes on my phone etc), but I'm actively looking for alternatives I can make the jump fo…

Thanks for the props.

As with all things, its a matter of tradeoffs. Dendron started its life as a standalone app (eg. think Obsidian) but I quickly realized I was spending most of my time building undifferentiated editor scaffolding instead of focusing on the hierarchies and schemas that made Dendron unique.

I wanted to spend more time building out features that supported Dendron's [hiearchy first approach](https://www.kevinslin.com/notes/3dd58f62-fee5-4f93-b9f1-b0f0...) to note taking which is what led me to re-write it for VSCode.

That being said, the core dendron engine is not vscode specific and there are folks that are experimenting with porting it over to other editors (eg. sublime, vim). We also have plans for a standalone editor in the future (most likely, this will be a fork of VSCode optimized for note taking)

Re: Show HN: Dendron – A Hierarchical Tool for Thought

#59

I met Kevin at the YC hackathon last year and first heard about Kevin's ideas around note-taking there. I'm really enjoying Dendron so far. The biggest thing for me is the lightweight structure- I would have never created a hierarchical structure if I had to create multiple nested folders every time I wanted a new category. Hoping for some mobile support in the future.

Hey Steven!

We should catch up sometime, it's been too long :D It's not the same as mobile support but currently any markdown enabled mobile app can support writing to Dendron. Here are a few apps that my other users have suggested: https://dendron.so/notes/401c5889-20ae-4b3a-8468-269def4b486...

Post reply on HN