Hacker News new | past | comments | ask | show | jobs | submit login

Vimwiki + github is a great combination. So far the best "personal wiki" solution to me - and I tried many.



In the past I used Soywiki, which, like Vimwiki, is a wiki inside Vim. While I love Vim, it was too inefficient to have to ssh into a box, cd into ~/wiki, and launch Vim just to read or edit an entry -- especially on my phone.

The solution I've found is called Gitit, which stores entries as plaintext in Git like Vimwiki and Soywiki, but adds several additional features on top of that:

- powered by Pandoc, which means you can write entries in Markdown/LaTeX/reStructuredText/Literate Haskell, and export them in almost any format, including PDF, HTML, LaTeX, Markdown, ePub, and ODT.

- a customizable web interface. I used Bootstrap to make the wiki look great everywhere. Couple that with the speech-to-text features in Android 4.0+ and storing your knowledge becomes effortless anywhere.

- a Haskell plugin system. You can write plugins with access to the Pandoc AST, allowing you to do things like archive all outbound URLs or enable [Interwiki](!Wikipedia) links.


I like vimwiki + Dropbox. You get the added benefit of being able to make notes on the run with an app like Writeroom that syncs to Dropbox.


Have you tried Wikidot[1]? Personally I've found it to be far superior to any other wiki platform I've tried.

[1] http://wikidot.com


can you explain your flow?


Uhm, pretty "ghetto": git init in your ~/vimwiki directory and then it's git push/pull all the way.

I guess you could automate that if you really wanted. Another idea would be to put your vimwiki folder into your Dropbox.

As vimwiki files are plain text you can really do almost anything to them.


My .vim dir and .vimrc file are symlinks into Dropbox. Dropbox versioning is good-enough for stuff like that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: