Hacker News new | ask | show | jobs
by arminiusreturns 2316 days ago
As a long time emacs org mode user, I would say that both vim/emacs users (and others) should check out asciidoc/asciidoctor. I have been doing more and more things in them and find myself really enjoying the simplicity (and shareability with those who don't emacs/vim) mainly when targetting html or pdf exporting. I find myself wishing there was an org mode to asciidoc exporter lately.
1 comments

Wow, I'm late to this party, but what the heck:

I've been obsessing about this for a long time and concluded, as you have, that AsciiDoc is the One True markup format for me.

I don't have anything to offer an Emacs user, but I have created my own Vim wiki plugin[1] which is heavily inspired by VimWiki and uses AsciiDoc as the native syntax. The plugin is pretty much brand spanking new, but I use it all day every day.

I've already converted some of my note extraction tools to pull from this wiki format and the dream is, ultimately, to have everything including my website pull from this one source.

[1] https://github.com/ratfactor/vviki/