Comment on What is the best cross-platform note taking tool?Comments−thenerdfiles12yVim to Dropbox with markdown files.You get encryption for free with :X.You can also easily set up Vimwiki.You can do real-time collaboration with Floobits.You can store them in git repo and access them via Github (or http://prose.io), and manage with git-flow.−thenerdfiles12yI'd also combine Vimwiki with todo.txt, the commandline tool. You can pipe your todo list with tags and categories to Vim, thus wikifying it, or pipe it to pandoc and export as PDF, HTML, LaTeX, slideshows, etc.
Comments
Vim to Dropbox with markdown files.
You get encryption for free with :X.
You can also easily set up Vimwiki.
You can do real-time collaboration with Floobits.
You can store them in git repo and access them via Github (or http://prose.io), and manage with git-flow.
I'd also combine Vimwiki with todo.txt, the commandline tool. You can pipe your todo list with tags and categories to Vim, thus wikifying it, or pipe it to pandoc and export as PDF, HTML, LaTeX, slideshows, etc.