TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you take notes?

1 点作者 kxh6大约 5 年前
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 条评论

mel_helland大约 5 年前
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>
Madeindjs大约 5 年前
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>