Ask HN: What is your ideal note-taking software and/or hardware?
I've struggled with note-taking for years. From college where notes were used for studying to my professional life where notes are used for reference, I've never found a note-taking solution I like. I've used binders, notebooks, large software (Evernote, OneNote), light software (Google Keep), and nothing has ever met all of my needs.
I've realized that my needs for the perfect note-taking software are as follows:
* When given a note, auto-tag and sort.
* A note can be 1) a saved web-page, 2) an image of my physical notebook [should be OCR'd], 3) text I type into the software itself, or 4) a mixture of the above.
* Notes should be indexed and searchable by content and title.
* Notes should be synced across devices
* Notes should be accessible off-line
I'd be willing to pay around $20 per month for a service like this.
What's your ideal note-taking software or system look like?
11 comments
[ 3.9 ms ] story [ 37.1 ms ] threadA similar old OSX app.was Voodoopad. Not sure if its still under dev.
Other than that, I click a button on my taskbar to load Notepad or Gedit depending on the OS I'm using. Take notes there, but don't save it. Once I'm done, I go to Evernote and paste the notes there, give it a title and add tags.
I'm one of those people who keep Evernote with only 2 notebooks: Inbox and Archive. All possible use cases on taken notes are based on tags, which I add/remove according to my workflow.
I used to use Evernote, and still recommend them for people who want something more robust and featured. I wish they were lighter in the formatting and allowed markdown though.
Usecanvas is good if you want something dead simple.
that being said, I think like you, my struggle is with the bottleneck between my brain and these devices. it is often annoying to sit down or access my 'notebook' wherever it is and I'd rather just make a mental note and it show up in my spreadsheet.
I like workflowy, but will not use because I do not like using cloud services as I have little trust for them (been burnt a couple times now, so after learning the lesson 3 times I finally wised up)
EDIT: some typoes and adding other thoughts...
> When given a note, auto-tag and sort.
I'm not sure what you mean by "auto-tag and sort", but Zim does allow you to organize pages and also search through them.
> A note can be 1) a saved web-page, 2) an image of my physical notebook [should be OCR'd], 3) text I type into the software itself, or 4) a mixture of the above.
Zim has support for attachments and embedded images[2]. It doesn't support OCR, but it would not be difficult to build a little custom tool[3] to use a separate OCR utility, so you can select an image and have it insert the OCRed text underneath. When I link to webpages, I generally just copy-paste the relevant bits into the page, but you could also save the entire webpage as an attachment. Again, a custom tool could be used to automatically save a copy of the URL on the page and/or embed its content.
> Notes should be indexed and searchable by content and title.
Zim has a search feature which works pretty well, though I sometimes have to stick extra synonyms into the text if I find that I keep searching on the wrong keyword.
> Notes should be synced across devices
> Notes should be accessible off-line
Zim stores everything in plain text files with a vaguely mediawikish markup, so I've stored the notebook in a Git repository hosted on BitBucket[4] and periodically push/pull changes between computers. This also leaves me with a history, so I can go back and `git blame`/`git log` a page to see how a project evolved.
I've also written another post on HN discussing my organizational system in more detail here: https://news.ycombinator.com/item?id=13134401
[1]: http://zim-wiki.org/
[2]: http://zim-wiki.org/manual/Help/Attachments.html
[3]: http://zim-wiki.org/manual/Help/Custom_Tools.html
[4]: https://bitbucket.org/
There is an agreed upon client side format which is discussed in the specification[1].
It's also decentralized and encrypted which means you'll have total privacy and security. You can run your own server, or join a community server.
Would love any feedback you have. Follow for updates on Twitter: @standardnotes.
[1] https://standardnotes.org
[2] https://twitter.com/standardnotes
That's asking a lot from a note taking app, but not from a CMS.