-
Notifications
You must be signed in to change notification settings - Fork 644
Closed
Labels
HTML conversionconfigRelated to configuration: default, customizationRelated to configuration: default, customizationmarkdownProblems specific to markdown syntaxProblems specific to markdown syntax
Description
Prior to submitting a new issue make sure to complete these steps:
- Include the VimWiki settings from your
.vimrc - Include the syntax you are using (default / Markdown / MediaWiki)
- Provide a detailed description of the problem including steps to reproduce the issue.
- Include the output of
:VimwikiShowVersion.
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => VimWiki
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:vimwiki_list = [{'path': '~/Misc/vimwiki/', 'path_html': '~/Misc/vimwiki2html/', 'auto_export': 1,
\ 'syntax': 'markdown', 'ext': '.md'}]
let g:vimwiki_global_ext = 0
let g:vimwiki_ext2syntax = {'.md': 'markdown',
\ '.mkd': 'markdown',
\ '.wiki': 'media'}
Version: 2024.01.24
Everything works fine but get error when i save any vimwiki files,
Vimwiki: Error: Conversion to HTML is not supported for this syntax
Metadata
Metadata
Assignees
Labels
HTML conversionconfigRelated to configuration: default, customizationRelated to configuration: default, customizationmarkdownProblems specific to markdown syntaxProblems specific to markdown syntax