Vimwiki: Conversion to HTML not supported (using Markdown and .txt)

Created on 17 Jun 2016  路  4Comments  路  Source: vimwiki/vimwiki

I'm getting this error:

Vimwiki Error: Conversion to HTML is not supported for this syntax

here is the current contents of my wiki directory:

[ my bash prompt... ] ~/Dropbox/wiki
 $ ls
index.txt               testing_page.txt

[ my bash prompt... ] ~/Dropbox/wiki
 $ cat *
# test

[testing_page](testing_page)
this is a test page *yippie*

my .vimrc configs:

" vimwiki
let wiki_1 = {}
let wiki_1.path = '~/Dropbox/wiki/'
let wiki_1.syntax = 'markdown'
let wiki_1.ext = '.txt'
let g:vimwiki_list = [wiki_1]

when running :Vimwiki2HTML i get the error mentioned above.

Everything else seems to work just fine.

Most helpful comment

Any idea if support has been added for .md files since then?

All 4 comments

.......and I just noticed this line in the help file:

Wiki syntax. You can use different markup languages (currently: Vimwiki's
default, Markdown, and MediaWiki), but only Vimwiki's default markup will be
converted to HTML at the moment.

so... disregard i guess :)

Any idea if support has been added for .md files since then?

It isn't officially supported yet but is something I plan to work on. For now take a look at autoload/vimwiki/customwiki2html.sh or WnP/vimwiki_markdown. Also see #578

Thanks for this. I'm not in a hurry and will wait until it's being pushed in the main repo. Appreciate your work!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BSDxxxx picture BSDxxxx  路  3Comments

gerardbm picture gerardbm  路  4Comments

cstsunfu picture cstsunfu  路  3Comments

imze5z picture imze5z  路  3Comments

ironyman picture ironyman  路  3Comments