Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimwiki_tags not generated for markdown syntax files #1386

Open
4 tasks
awelormro opened this issue Jan 6, 2024 · 0 comments
Open
4 tasks

vimwiki_tags not generated for markdown syntax files #1386

awelormro opened this issue Jan 6, 2024 · 0 comments

Comments

@awelormro
Copy link

Prior to submitting a new issue make sure to complete these steps:

  • Include the VimWiki settings from your .vimrc

First part for vimwiki settings declarations:

let g:vimwiki_folding = 'syntax'
autocmd FileType wiki setlocal tw=70
runtime macros/justify.vim
autocmd BufEnter *.md if &filetype=='vimwiki' | setlocal tw=70 | endif

let g:table_mode_corner_corner='+'
let g:table_mode_header_fillchar='='
let g:table_mode_align_char= ':' 
let g:vimwiki_table_auto_fmt=0
let g:vimwiki_list = [{'path': '~/abuwiki/mdtests/', 'auto_tags': 1,
                     \ 'syntax': 'markdown', 'ext': '.md'},
                     \ {'path': '~/abuwiki/mainnotes', 'ext':'.wiki'
                     \ },
                     \ {'path': '~/abuwiki/mdtotalwiki/',
                     \ 'syntax': 'markdown', 'ext': '.md'},
                     \]

Vim-Plug Call:

...
Plug 'vimwiki/vimwiki', {'branch': 'dev'}
...
  • Include the syntax you are using:Markdown files
  • Provide a detailed description of the problem including steps to reproduce the issue.

When I create a markdown wiki, everything works flawlessly, but when I try to use the regular syntax, I find it comfortable for the certain orgmode tags-like syntax, so... there is any problem about the default syntax, but when I try to generate the .vimwiki_tags file in my markdown wiki file is handling the following error:

Se ha detectado un error al procesar function vimwiki#tags#update_tags[28]..<SNR>291_scan_tags[30]..vimwiki#base#normalize_anchor:
línea   26:
E945: Rango demasiado grande en la clase de caracteres

Handling an error with the vimwiki#base#normalize_anchor, it happens only with wikis in markdown syntax, with wikis in default syntax it works in the correct way

  • Include the output of :VimwikiShowVersion.
Version: 2023.05.12
Os: Linux
Vim: 900
Branch: dev
Revision: 0bb1b49
Date: 2023-10-31 13:45:18 -0300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant