TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you take notes?

1 pointsby kxh6about 5 years ago
First of all what medium do you use (paper, one kind of software, etc)and second what do you write down? Plain text seems to be pretty ineffective compared to mindmaps or scribbled arrows between bullet points, but I'd love to use vim

2 comments

mel_hellandabout 5 years ago
I just started using vim wiki and it&#x27;s been great - totally revolutionized my workflow! When I make my daily diary markdown file, I write down my TODO list from yesterday, and add one for today... then I jot down some notes as I write code or attend meetings (it&#x27;s especially nice because I can pop into hyperlinked references easily). Everything I do now feels way more organized, efficient, etc.. 10&#x2F;10 would recommend. Get started here: <a href="https:&#x2F;&#x2F;github.com&#x2F;vimwiki&#x2F;vimwiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vimwiki&#x2F;vimwiki</a>
Madeindjsabout 5 years ago
Markdown and plaintext files is really perfect. I start writing without formating and then organize later.<p>Plaintext file is great to copy &#x2F; paste snippet code (wich is more complicated with handwriting notes ).<p>Finally for mindmap, Dot graph [1] does job<p>[1]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;DOT_(graph_description_language)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;DOT_(graph_description_languag...</a>