-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi, I'm started using vimwiki recently
I have an issue with with converting markdown code to HTML using :Vimwiki2HTML
-
I had install vimwiki_markdown library with pip using
python3 -m pip install vimwiki-markdown -
checked :checkhealth provider.python gives
Python 3 provider (optional) ~ - Using: g:python3_host_prog = "/usr/bin/python3" - Executable: /usr/bin/python3 - Python version: 3.10.12 - pynvim version: 0.5.0 - OK Latest pynvim is installed. Python virtualenv ~ - OK no $VIRTUAL_ENV -
and my vimwiki config:
return { 'vimwiki/vimwiki', dependencies ={ 'mattn/calendar-vim' }, init = function() vim.g.vimwiki_list = { { path = '~/vimwiki', template_path = '~/vimwiki/templates/', template_default = 'default', syntax = 'markdown', ext = '.md', path_html = '~/vimwiki/site_html/', custom_wiki2html = 'vimwiki_markdown', template_ext = '.tpl' } } end }
And still I'm getting a conversion to HTML is not supported error
guide me in solving this issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels