Hacker News loves their note taking apps. I've seen at least a dozen apps this year that have solved the exact same problem in just about the exact same ways. Am I the only one that still uses pen and paper? To me, there's a certain je ne sais quoi about closing my laptop and putting my phone away , grabbing a pen and my notebook, and brainstorming without technology.
I use multiple media. Nothing beats the fluidity, ubiquity and the sheer aesthetic quality of pen on paper. Excellent for diagrams and notes as I am discussing something on a call, or explaining things (mostly yo myself) consuming information dense video or audio content. But I don't always have my notebook on me, and I tend to loose bits of paper easily. So to capture thoughts, I use "email thyself" on my phone. Eve…
Show HN: Dendron – A Hierarchical Tool for Thought
101–110 of 172 posts
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#102Hacker News loves their note taking apps. I've seen at least a dozen apps this year that have solved the exact same problem in just about the exact same ways. Am I the only one that still uses pen and paper? To me, there's a certain je ne sais quoi about closing my laptop and putting my phone away , grabbing a pen and my notebook, and brainstorming without technology.
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#103I have tried a number of note taking apps including Bear and Notable; I recently switched to MS OneNote because it's cross-platform from OSX to PC, making it easier for me to consolidate all my notes in once desktop app. It's likely an unpopular choice given it's from 'Big-Co, Inc', etc, but it's hard to beat. My favorite feature that sold me is the ability to tab and instantly create an inline table (with each subse…
I've used OneNote religiously for a dozen years as a daily notes app, but the Mac and Web experiences are terrible and I'm just sick of it not syncing tags across my machines. And now I have a new laptop and as far as I can tell the ability to add tags to shortcut keys is just gone. Why???
Also it took a big step backwards when they discontinued the office version and forced everyone to use the app version which has a lot less options. Perhaps that's your problem.
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#104Earlier quoted context omitted.
How much space have you found is good for an index?
Not the poster you asked, but I keep one at the end of a notebook for exactly this reason: I don't have to guess how much space it will need.
I have thought about this in the past, keeping it all documented on notebooks, but indexing is one part that has made me question how to organize them.
Thank you!
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#105Earlier quoted context omitted.
I do most note-taking on paper. Problem with paper is that it's not searchable, as I discovered to my cost trying to find some specific reference details for a job I did last year and am repeating today. My problems are probably more due to ad hoc disorganisation - particularly, sometimes going off-piste and making critical notes on random sheets of paper, away from my main notebooks. I'd love some kind of e-paper so…
This sounds sort of like what Remarkable[0] claims to be (not affiliated). I pre-ordered one because I'm very similar with my notes - I have a ton of ad-hoc notes taken on legal pads floating around. [0] https://remarkable.com/
Context: every time Remarkable hits Hacker News I'm intrigued, but I couldn't pull the trigger on a pre-order. I love the idea they're selling.
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#106I really hope a true VSCode competitor will emerge in the future that is truly open source and not controlled by a company that does not have its users best interests in mind; all this Linux-friendly stuff Microsoft is doing lately is to basically get people into their ecosystem and then slowly push out Linux and other alternatives (e.g. who's using sublime / atom anymore?). There is some pithy name for this strategy that escapes me, but effectively it is the equivalent of dumping in commerce: use one's cash reserves to sell a product at a loss in order to squeeze out competitors, then capitalize on the cornered market (i.e. "All Hail Microsoft!" after trying to squeeze out others).
I really wish the Xi [0] editor gained more traction, though as an Emacs user I'm hoping the speedup with v28 and the GccEmacs [1] go a long way there. I would certainly like more parallelism though, e.g. `dired` mode not pausing the entire editor when moving a large file, and I've never really become fluent in elisp.
[0] https://github.com/xi-editor/xi-editor [1] https://www.emacswiki.org/emacs/GccEmacs
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#107I've methodically used many of the available notetaking apps in the past year- Dynalist, Roam, Remnote, Obsidian, and Siyuan, on top of several years of using Onenote, Evernote, Trilium, and Joplin. The three criteria that I've found to best sum up the notetaking experience are 1) Friction in capturing a new thought 2) Friction in finding a previous thought and 3) How memorable the note structure is. I've found Dendron to have subtle but well throught-out features that gives it a strong balance in these uses, standing out from the rest.
Dendron solves the problem of visually organizing notes
Ive always had an issue with too many notes with all different titles, creating giant dropdown menus in the sidebars of note apps. My Google Docs documents list needs its own table of contents. It's not an issue anymore because Dendron's organization brings in an X-axis to the formerly single direction binary tree organization, and I've been using that to keep my nav sidebar clean.
Dendron's "schema" syntax looks just like the .JSON or .OPML outputted by a mind mapping app. Dendron creates a graph/mindmap not of the individual notes, but of the organization of the notes. So it represents the ontologies and "phylogenies" of knowledge as a map, just like how my mind does. There's something more memorable about navigating to your notes from a map, than from a table of contents or by ctrl-F.
Dendron allows you to create new notes that "branches" off the namespace of an existing note. I use this to seperate source material and my own annotations on subjects. It supports my dream of having my own frictionless intranet to take notes on. I use the Markdown Clipper browser extension copy entire webpages into Dendron. When I look up something up on UptoDate.com, a pretty dense medical database, I just copy the whole article into Dendron. Next time I look up the same topic, I head for my Dendron note, and use link to make my own mental wikipedia out of what I understood out of the information. Then when I want to review a topic, give a presentation, or make a review outline, can reference in my own notes plus the original context where I read the information in the first place.
Also, Dendron integrates well with the VSCode to Anki extension.
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#108I miss Typora's WYSIWYG Markdown editing in VS Code. For a note-taking, two pane window (one for editing and one for preview) makes very less sense.
So much this. I think it's the number one problem that Roam, Obsidian, and this has. Without live-rendered markdown it's more mental overhead than it's worth.
[https://github.com/siyuan-note/siyuan/blob/master/README_en_...]
The app itself is in English. It's got a WYSWYG editor with a nice table feature.
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#109It's frustrating but completely understandable that the author chose to do this in VScode. The value of having a highly-customizable editor that is extensible in a well-known language is great. I really hope a true VSCode competitor will emerge in the future that is truly open source and not controlled by a company that does not have its users best interests in mind; all this Linux-friendly stuff Microsoft is doing l…
Re: Show HN: Dendron – A Hierarchical Tool for Thought
#110How is Dendron different from Foam[1]? At first glance, both projects are very similar.
I would be also interested in a more detailed comparison. Specially with foam and obsidian
Foam seems to be Obsidian ported to VSCode, minus several features and without a searchable graph view.