One9398 / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 1 forks source link

vimwiki and pandoc #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I love vimwiki and use it daily up to 14 hours!

Sometimes I need besides HTML and PDF[1] other formats, mostly DocBook-XML and 
RTF and EPUB. I copy the vimwiki-page and convert it by hand to markdown, which 
will be processed to DocBook-XML and RTF and EPUB with pandoc[2].
Any idea to avoid the by-hand-conversion to markdown?

[1] For HTML to PDF I use http://code.google.com/p/wkhtmltopdf/ 
[2] http://johnmacfarlane.net/pandoc/demos.html

Original issue reported on code.google.com by volker.d...@gmx.de on 14 Mar 2011 at 4:20

GoogleCodeExporter commented 8 years ago
I also aim to start writing wiki pages in reStructuredText. 
However Vimwiki markup is hardcoded to some extent. 
We need to explore how to make it possible to switch wiki-markup-syntaxes 
easily.

Original comment by jean.jor...@gmail.com on 3 Apr 2011 at 6:15

GoogleCodeExporter commented 8 years ago

By the way, markdown uses a syntax quite similar to vimwiki, but it cannot 
really be said of reST, the differences are much larger there. Given that 
Vimwiki can only process the default syntax now, it is very unlikely it could 
support natively all the functions for many other similar syntaxes, unless more 
people volunteer to do some work. There is some work on Markdown support being 
done:

 http://code.google.com/p/vimwiki/issues/detail?id=202

Having a conversion from Vimwiki-default to other systems would be highly 
desirable, of course, and probably easier to do than full editing support. 
Especially reST and Markdown seem to be fairly popular.

VST : Vim reStructured Text http://www.vim.org/scripts/script.php?script_id=1334
is perfect for those wishing to use reST.

Original comment by tpospi...@gmail.com on 3 May 2011 at 7:30

GoogleCodeExporter commented 8 years ago
There is a 'pandoc' branch. I believe it would be merged into main vimwiki some 
day.

Markdown is supported too.

Original comment by habamax on 14 Apr 2013 at 2:57