vimwiki
                                
                                 vimwiki copied to clipboard
                                
                                    vimwiki copied to clipboard
                            
                            
                            
                        Personal Wiki for Vim
Hi, so I'm on Stable 2.5 and am trying to use vimwiki for a sort of Zettelkasten. I would like to implement my own linkifying magic, so this is more...
I'm using VimWiki 2.5. I'm in Neovim (non Lua). I use Vim tabs so that I can have two of my wikis open all the time. The problem is that...
Is it possible to add the option to highlight blockquotes in themes? The [vimwiki syntax](https://github.com/vimwiki/vimwiki/blob/619f04f89861c58e5a6415a4f83847752928252d/doc/vimwiki.txt#L1424) seems to cover it (without highlighting) but it would be great to have the Markdown...
So sorry, I am new to git, so please inform me if I am not fully following all conventions. I am trying to enable folding in a vimwiki file (I...
When opening url link (in format `[[http://google.com |google]]` ) with `` it opens 3 tabs (copies) in my browser. My xdg-open is set to qutebrowser, but simple `xdg-open "https://google.com"` opens...
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` branch...
(dev branch) The keybinding `gnt` - which takes you to the next to-do task - has a few problems. 1. It clashes with built-in `gn`: search next and select. 2....
I want to be able to create little indexes for various sections of the wiki. Smart, dynamic, custom indexes. Similar to how the diary/diary.mkd is done. Similar to the "viewports"...
I just finished implementing a wiki-local option to lowercase the link target text (part of #707) but that option would be incompatible with `g:vimwiki_auto_header`. The `links_space_char` option gets around this...
The diary link generation was working perfectly fine when I was using it for a while until now when it's randomly broken. I navigate to the diary index using `wi`...