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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What software do you use to take notes?

31 点作者 NuDinNou大约 8 年前

68 条评论

baali大约 8 年前
Org-Mode and Emacs: <a href="http:&#x2F;&#x2F;orgmode.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;orgmode.org&#x2F;</a>
评论 #14079799 未加载
hexmiles大约 8 年前
Onenote.<p>For me the killer feature is the ability to put text wherever i want, and move it later, i just click where i want to write in the page and type, it really changed the way i take note, it feel more natural and more close to the &quot;paper experience&quot;.<p>i tried opensource solution, but all the one i found allow only for &quot;linear&quot; note taking, witch is ok if i need to take a quick note, but if i need to &quot;prototype&quot; or brainstorm something i feel them to restrictive.<p>where onenote is not avaible or overkill i simply use markdown files, with git for versioning and Syncthing for syncronization.<p>edit: correct some typo
评论 #14079913 未加载
评论 #14079916 未加载
654wak654大约 8 年前
Google Keep<p><a href="http:&#x2F;&#x2F;keep.google.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;keep.google.com&#x2F;</a>
评论 #14079773 未加载
评论 #14079960 未加载
LorenzoLlamas大约 8 年前
What? Really? No one but one other uses TextEdit? At least among Mac users? And before that, I used NotePad on Windows.<p>It&#x27;s notes. It doesn&#x27;t need to &#x27;sync&#x27; to your mobile device and be in a cloud somewhere. It&#x27;s just some notes. What is with everyone these days sharing their whole lives on a server somewhere?<p>Is everyone paranoid of data loss? So what? If you lose it all, it was meant to be. Relax. You guys are supposed to be geeks and yet you are giving the NSA more data than they could ever hope to get from the average Joe.<p>If I see another Org-mode or wiki &quot;note&quot; demo on YouTube, I&#x27;ll croak. Get a life. Or a girlfriend. Or go play with your children. Or visit some nature. Get away from the screeeeen.... Not even the president has to organize notes.<p>I saw one Org-Mode clown rant about how he had 1000+ lines of notes for various things in one file. That&#x27;s not notes. That&#x27;s the fringes of madness.<p>Delete it all. Start over.<p>I&#x27;m starting to think that the days of hard drive crashes were actually a good thing.<p>I can understand if you are a real science researcher or investigative journalist (for work). Or if you want to ensure you have copies of your tax returns or medical records.<p>But notes? NOTES? Grocery lists? Who makes grocery lists and needs to sync them everywhere?<p>Go live on a farm for a while or something. Uh, it&#x27;s cheese of some kind, milk of some kind, coffee of some kind, produce, fish, meat, and avoid the candy and canned item aisles. There&#x27;s your grocery list.<p>Do you same folks have list about what order to put on your clothes each day? (Don&#x27;t answer that).
askafriend大约 8 年前
Default Notes on iOS&#x2F;OSX
ericzawo大约 8 年前
Dynalist.<p>It&#x27;s the ultimate to-do list application. Syncs offline, can support markdown AND LaTeX AND code, images, links, and shareable options with your team. It&#x27;s basically the successor to Workflowy you didn&#x27;t know you needed. AND it&#x27;s made by two awesome university students that maintain a public roadmap and actually listen to their community.
ryeon大约 8 年前
Pen and Paper
评论 #14080977 未加载
reitanqild大约 8 年前
Happy with Asciidoc FX with gitlab as backend for now although I am sometimes looking for and <i>might</i>[0] be happy to pay for an even better solution.<p>[0]: yep. I sometimes even pay for inexpensive software just because I like the idea even if I don&#x27;t end up using it.
artimaeis大约 8 年前
I&#x27;m a pretty big fan of taking notes with pen &amp; paper then setting time aside to transcribe them to a markdown file and saving them in a GitHub repo.<p>The pen &amp; paper part means I don&#x27;t have to lug my laptop around so often - I try not to use meeting times to actually do things anyways. I figure if a handful of people are in a room together it&#x27;s best to focus on the reason we&#x27;re all in one place and pen&#x2F;paper lets me do just that.<p>Then the digital archival is a way to force me to review my notes and commit the better parts of them to memory. So long as I can get that done within a few hours it tends to work well. Then they&#x27;re available for me and others to text search accordingly.
评论 #14087582 未加载
stijlist大约 8 年前
This shell script:<p>#!&#x2F;bin&#x2F;sh while true; do $EDITOR $NOTESDIR&quot;$(ls -t $NOTESDIR | selecta --scrolloff --passthrough)&quot; done<p>It replicates the core interaction model of Notational Velocity: type to fuzzy-filter the list of notes (sorted by MRU) by filename, enter to edit the notes, and quit the editor to end up back in the list of notes.<p>I forked selecta to add those flags - --passthrough means that the text typed in to filter is emitted on stdout if it doesn&#x27;t match anything. This way you create a note if it doesn&#x27;t exist.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;stijlist&#x2F;bin&#x2F;blob&#x2F;master&#x2F;nv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stijlist&#x2F;bin&#x2F;blob&#x2F;master&#x2F;nv</a>
gorbachev大约 8 年前
I primarily use Wunderlist, because it&#x27;s truly cross platform. I can use it on my desktop, phone and the web just the same. I use it mostly for actionable notes...things I&#x27;m planning on doing something about at some point. It&#x27;s more of an idea bank than a todo list, though, for me.<p>For more free form note taking I&#x27;m using Rocketbook&#x27;s &quot;smart&quot; notebooks (<a href="https:&#x2F;&#x2F;getrocketbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getrocketbook.com&#x2F;</a>). I can scan the notes to Evernote, and when the notebook gets full, I can easily erase the notes and reuse the notebook.
lousken大约 8 年前
Depends on type of notes - shopping list google keep(in case they shut it down there&#x27;s omni notes). Otherwise I use markdown + latex(math) in whatever editor I have at my disposal. Then I view it in e.g. hackmd.io &#x2F; VSC &#x2F; neutriNote. I&#x27;ve tried word, onenote but it didn&#x27;t work for me - writing formulas and equations is much faster in latex. I don&#x27;t go full latex though because markdown is much more readable in its raw form. Graphs are still pain though, haven&#x27;t really solved that, especially those without absolute values.
ganonm大约 8 年前
I have a directory ~&#x2F;Documents&#x2F;TODO&#x2F; inside which I have single file for each feature I&#x27;m working on. These files simply contain a list of items marked as completed or not completed using a tick&#x2F;cross. It&#x27;s simple, non-proprietary and is easy to put under source control.<p>For long-term note taking I use Evernote. This is for things like obscure git commands and &#x27;how-to&#x27;s.
niceperson大约 8 年前
This: <a href="https:&#x2F;&#x2F;github.com&#x2F;pimterry&#x2F;notes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pimterry&#x2F;notes</a><p>This is not my repo.
reacharavindh大约 8 年前
Notability on 9.7inch iPad Pro with Apple Pencil. Closest I could get to the feel of writing on paper. But, I can access my notes whenever whereever. I can even import PDF docs into it and annotate on them while I read. Just like on printed paper.<p>One thing I wish it did is to let me export as HTML instead of PDF. I would love share my notes as blog posts.
pklausler大约 8 年前
A fine-pointed Lamy 2000 fountain pen with Sailor black ink on Quo Vadis notebooks. Typing distracts me.
oceanghost大约 8 年前
I have been happy with Evernote for years. My user number is absurdly low (like in the 200ks). However I no longer keep any information in evernote I consider sensitive. Just research notes.<p>I would love to find a reasonably well made self-hosted note app.
brianjolney大约 8 年前
Personal notes in Evernote but increasingly taking team notes in Dropbox&#x27;s Paper.
neurocroc大约 8 年前
I use Mind Maps for all my note taking.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nikitavoloboev&#x2F;knowledge-map" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nikitavoloboev&#x2F;knowledge-map</a><p>I found it to be the most optimal format for this task.
评论 #14084208 未加载
pencilcode大约 8 年前
Vim + vimwiki for notes that deserve to last. These are saved in bitbucket private repo. Per project also have a single markdown file inside the project&#x27;s directory with dashes and crosses for tasks.
neovive大约 8 年前
Drafts seems interesting for mobile (with nice Markdown support). <a href="http:&#x2F;&#x2F;agiletortoise.com&#x2F;drafts&#x2F;" rel="nofollow">http:&#x2F;&#x2F;agiletortoise.com&#x2F;drafts&#x2F;</a>
CypressXM大约 8 年前
I use DIA, which is unusual since it&#x27;s a diagramming program. I love it though I&#x27;ve been using it for 10 years to take notes and manage dev and spec out projects.
ateevchopra大约 8 年前
Dropbox Paper. Mainly because of non distracting UI and markdown support. Also copy paste keeps the format intact. That comes in handy to copy&#x2F;paste code in notes.
kujenga大约 8 年前
Evernote for personal use, Slack messages to myself for work
评论 #14079814 未加载
iansowinski大约 8 年前
I mainly use Lechtum1917 dotted A6 notebook + Micron pen, but when i take less analogue notes, i choose Vim + markdown + dropbox and MarkdownX on smartphone
marcolussetti大约 8 年前
Markdown files using Typora (<a href="https:&#x2F;&#x2F;typora.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;typora.io&#x2F;</a>) on either Linux or Windows
mnkmnk大约 8 年前
Sublime text. I can just open a new document and start typing. I don&#x27;t need to save the file and the tab collapse keeps the high level notes clean.
jmcfarlane大约 8 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;jmcfarlane&#x2F;notable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jmcfarlane&#x2F;notable</a>
maliker大约 8 年前
Text files stored in Google Drive. Editing with Sublime Text on MacOS, Textastic&#x2F;Workflow on iOS. Searching via Launchbar and Spotlight.
RUG3Y大约 8 年前
I&#x27;m using the Plain Notes Sublime plugin right now, but I also like OneNote. I haven&#x27;t landed on a long-term solution yet.
soulchild37大约 8 年前
Quiver app
onuralp大约 8 年前
Bear App. <a href="http:&#x2F;&#x2F;www.bear-writer.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.bear-writer.com&#x2F;</a>
charlieegan3大约 8 年前
I have a simple crud app hosted on heroku.
评论 #14080682 未加载
calebio大约 8 年前
I write markdown files with emacs.<p>These notes are stored at `~&#x2F;notes` which I symlink to `~&#x2F;Dropbox&#x2F;notes`.
评论 #14079794 未加载
patleeman大约 8 年前
Collate<p>Full disclosure, I created it! I made it because there was nothing comparable on the market. Cross-platform, plain text with a powerful markdown editor. I&#x27;ve since added a rich text editor, web clipper and a workflowy style outline note type. I&#x27;m also planning on adding git support soon.<p><a href="http:&#x2F;&#x2F;collatenotes.com" rel="nofollow">http:&#x2F;&#x2F;collatenotes.com</a>
mirodin大约 8 年前
Tiddlywiki<p><a href="http:&#x2F;&#x2F;tiddlywiki.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tiddlywiki.com&#x2F;</a>
andremendes大约 8 年前
A Telegram group with myself, only.
评论 #14079999 未加载
goranb大约 8 年前
Vim + VimWiki
icedata大约 8 年前
Emacs and org-mode, use Dropbox to sync across windows, linux, android. Orgzly on Android.
baldfat大约 8 年前
I usually do notes in a plain text files and I LOVE MIND MAPS for concepts and use XMind.
reitanqild大约 8 年前
Was this thread just killed? I can&#x27;t see it on any of the three first pages.
PLenz大约 8 年前
Graph notebooks, the real, dead tree kind. I also like sharpie pens.
Jtsummers大约 8 年前
Emacs with org-mode and git for syncing across my computers.
jm0dotcodes大约 8 年前
Classic UNIX file, edited with the &#x27;ed&#x27; command :)<p>Nothing fancy.
psyc大约 8 年前
OneNote, Mac and iOS
achompas大约 8 年前
Day One for general notes, 2Do for notes on tasks.<p>(I use Mac and iOS.)
评论 #14079817 未加载
buster大约 8 年前
Zim with some encrypted file sync is a great tool.
goerz大约 8 年前
GoodNotes on iPad Pro 12.9 inch with Apple Pencil
germinalphrase大约 8 年前
Default Notes on iPhone.<p>TextEdit &gt; iCloud on desktop.
hartator大约 8 年前
It&#x27;s interesting that everyone seems to do something different. I wonder why this not a solved issue yet which one best and obvious way.
khasan222大约 8 年前
Workflowy. Simple and effective.
tannerc大约 8 年前
iA Writer has been invaluable for me in capturing notes at work or on-the-go.
king_magic大约 8 年前
OneNote, iOS, Mac and Win10
Thorncorona大约 8 年前
Evernote
Sujan大约 8 年前
Simplenote
dmitripopov大约 8 年前
Notepad
Walkman大约 8 年前
OneNote webapp on Linux
jenhsun大约 8 年前
nvALT and any smartphone voice recorder.
评论 #14081259 未加载
评论 #14082507 未加载
lanna大约 8 年前
OmniOutliner
ivcha大约 8 年前
RedNotebook
janitor61大约 8 年前
WikidPad
mfaessel大约 8 年前
Boostnote
hammock大约 8 年前
Outlook
losteverything大约 8 年前
Keep
ssambros大约 8 年前
Keep
jmstfv大约 8 年前
gedit
altern8tif大约 8 年前
Bear
评论 #14079776 未加载
Kenji大约 8 年前
notepad.exe