vimwiki
vimwiki copied to clipboard
Personal Wiki for Vim
Similar to #1045, it would be great to have support for `` and `` tags in markdown. Basically doing some conceal on the tags when not on this line (like...
It would be useful to have shortcuts (probably in normal mode) that format the highlighted text into bold, italics etc. I am not sure if this already exists, couldnt find...
It turns out that the target extension here in `ext` has a dot prepended. Under manual testing, this seems to fix the issue where a wiki with `markdown_link_ext` set and...
Prior to submitting a new issue make sure to complete these steps: - [x ] Checkout the `dev` branch and confirm the issue is present there as well. The `dev`...
Hi, I couldn’t completely fathom if this was listed in #664, or already under development, so if ¬("not"), i’m sorry, my bad. --- - [x] Checkout the `dev` branch and...
Vimwiki currently only has very little maintainers. PRs are waiting very long until they get merged or commented. This causes frustration and delays the project. New maintainers are appointed by...
My config: ```vim let g:vimwiki_list = [{'path': '~/mynote/', \ 'syntax': 'markdown', 'ext': '.md', 'auto_toc': 0, 'auto_tags': 0, 'auto_generate_links': 0, 'auto_generate_tags': 0}] let g:vimwiki_autowriteall=0``` After install vimwiki, an `#` is auto...
Prior to submitting a new issue make sure to complete these steps: - [ *] Checkout the `dev` branch and confirm the issue is present there as well. The `dev`...
I feel like this has been asked already but cannot find the answer, so sorry in advance if it is the case. I'm using vimwiki mostly as a repository of...
The documentation [`doc/vimwiki.txt`](https://github.com/vimwiki/vimwiki/blob/63af6e72dd3fa840bffb3ebcb8c96970c02e0913/doc/vimwiki.txt#L1134) contains many http (vs httpS) links. I can create a PR replacing most or all of these, if wanted. Most of these redirect to a https anyway...