NobleRat
NobleRat
Hi @jreichert, I understand your issue but did not reproduce it already. Can you please include a screenshot? Thank you for sharing your .vim/after/ftplugin/vimwiki.vim above. It seems to me a...
So a solution may be to add a configuration variable like `let g:vim_vimwiki_conceal=0`. It would be nice to find a way to make both plugin work together.
Hi @avysk, Thank you for the report and the fix. Could you please create a PR working on both PowerShell and Batch ?
Hi @joaoandreporto, Thank you for the report. I can reproduce, I will fix it some day with a more clever nesting of text regions. It may take time as it...
Hello @infinitewhileloop, thank you for the report. You are right, there is a bug in the handling of maxhi, highligting only vimwiki syntax like links (1) `[text][www.link.com]` but it should...
Well I would advice not to use the feature with markdown as it only colorize as SpellBad "WikiLinks" like `[][]` which would be reference in markdown and not "WebLinks" like...
Hello @infinitewhileloop yes, please copy your script here, it may be usefull at some point
Hello @infinitewhileloop, **Estimated time 10h** Thank you for sharing, this is pretty cool stuff !! The video is impressive. The feature request is pretty huge thought: 1. Add you script...
In short: tags do not support tabs in the converted HTML. Feel free to open a PR, this should not be so complicated, "just a" replace at the good spot.
Hi @derekthecool, I cannot reproduce on Linux, will have a look on Windows. The `vimwiki#vars#get_wikilocal` is defined in `autoload/vimwiki/vars.vim`. You can troubleshoot the interesting (wiki local) variable (path) running the...