Skip to content

Error: Conversion to HTML is not supported for this syntax #1434

@coderj001

Description

@coderj001

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

No one assigned

    Labels

    HTML conversionconfigRelated to configuration: default, customizationmarkdownProblems specific to markdown syntax

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions