wiki.vim
wiki.vim copied to clipboard
A wiki plugin for Vim
It is not clear whether there is support for a directory hierarchy for journal files. It doesn't seem workable to have one directory (`wiki_root/journal` appears to be the default for...
I am trying to sync vimwiki in vim on mobile devices—actually iVim; vim for Apple mobile devices—and vimwiki on a MacBook. The problem is that when accessed from the cloud,...
After moving my vim plugins out of the way to identify whether they were causing a slowdown I determined that the **wiki.vim** plugin was causing it. When this plugin is...
For those unaccustomed to vimscript the usage of the templates feature is difficult to penetrate. By looking at a past [project issue](https://github.com/lervag/wiki.vim/pull/83#issuecomment-877809248) I came up with the following: ``` vim...
# Description I've followed the docs (I think :)), installing ncm2 and then adding the relevant my_cm_setup block in .vimrc (which I see was sourced from https://github.com/lervag/wiki.vim/issues/163). For some reason,...
Markdown links containing parentheses as part of the URL get truncated by `wiki#link#get()`. For example: Here is some useful [information](https://en.wikipedia.org/wiki/Capstan_(nautical)) about ships! `wiki#link#get()` returns the URL as `'https://en.wikipedia.org/wiki/Capstan_(nautical'` - losing...
Hi, I write this issue as you asked me to in #150. [POD](https://perldoc.perl.org/perlpod#L%3Cname%3E-a-hyperlink) is the documentation format used in Perl documentation. Some javascript use it too. POD comes with tools...
# Description In markdown, a link that spreads across multiple lines is still considered a valid link. For example, this is a valid markdown link: ``` I use hard wrapping...
I think it would be useful to have to have a function in `wiki.vim` similar to `org-refile` in Emacs' `org-mode`. The way it would work is as follows. If we...
This is really a question: Does the following thing exist? The bottleneck in me adding links is: 1. manually typing links 2. selecting the whole name of the link 3....