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 "paper experience".<p>i tried opensource solution, but all the one i found allow only for "linear" note taking, witch is ok if i need to take a quick note, but if i need to "prototype" 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
What? Really? No one but one other uses TextEdit? At least among Mac users? And before that, I used NotePad on Windows.<p>It's notes. It doesn't need to 'sync' to your mobile device and be in a cloud somewhere. It'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 "note" demo on YouTube, I'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's not notes. That's the fringes of madness.<p>Delete it all. Start over.<p>I'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'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's your grocery list.<p>Do you same folks have list about what order to put on your clothes each day? (Don't answer that).
Dynalist.<p>It'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's basically the successor to Workflowy you didn't know you needed. AND it's made by two awesome university students that maintain a public roadmap and actually listen to their community.
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't end up using it.
I'm a pretty big fan of taking notes with pen & paper then setting time aside to transcribe them to a markdown file and saving them in a GitHub repo.<p>The pen & paper part means I don'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's best to focus on the reason we're all in one place and pen/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're available for me and others to text search accordingly.
This shell script:<p>#!/bin/sh
while true; do
$EDITOR $NOTESDIR"$(ls -t $NOTESDIR | selecta --scrolloff --passthrough)"
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't match anything. This way you create a note if it doesn't exist.<p><a href="https://github.com/stijlist/bin/blob/master/nv" rel="nofollow">https://github.com/stijlist/bin/blob/master/nv</a>
I primarily use Wunderlist, because it'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'm planning on doing something about at some point. It's more of an idea bank than a todo list, though, for me.<p>For more free form note taking I'm using Rocketbook's "smart" notebooks (<a href="https://getrocketbook.com/" rel="nofollow">https://getrocketbook.com/</a>). I can scan the notes to Evernote, and when the notebook gets full, I can easily erase the notes and reuse the notebook.
Depends on type of notes - shopping list google keep(in case they shut it down there'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 / VSC / neutriNote. I've tried word, onenote but it didn't work for me - writing formulas and equations is much faster in latex. I don't go full latex though because markdown is much more readable in its raw form. Graphs are still pain though, haven't really solved that, especially those without absolute values.
I have a directory ~/Documents/TODO/ inside which I have single file for each feature I'm working on. These files simply contain a list of items marked as completed or not completed using a tick/cross. It'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 'how-to's.
This:
<a href="https://github.com/pimterry/notes" rel="nofollow">https://github.com/pimterry/notes</a><p>This is not my repo.
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.
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.
I use Mind Maps for all my note taking.<p><a href="https://github.com/nikitavoloboev/knowledge-map" rel="nofollow">https://github.com/nikitavoloboev/knowledge-map</a><p>I found it to be the most optimal format for this task.
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's directory with dashes and crosses for tasks.
I use DIA, which is unusual since it's a diagramming program. I love it though I've been using it for 10 years to take notes and manage dev and spec out projects.
Dropbox Paper. Mainly because of non distracting UI and markdown support. Also copy paste keeps the format intact. That comes in handy to copy/paste code in notes.
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
Markdown files using Typora (<a href="https://typora.io/" rel="nofollow">https://typora.io/</a>) on either Linux or Windows
Sublime text. I can just open a new document and start typing. I don't need to save the file and the tab collapse keeps the high level notes clean.
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've since added a rich text editor, web clipper and a workflowy style outline note type. I'm also planning on adding git support soon.<p><a href="http://collatenotes.com" rel="nofollow">http://collatenotes.com</a>