]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/link_autocompletion_in_vim.mdwn
typos and missing link
[ikiwiki.git] / doc / forum / link_autocompletion_in_vim.mdwn
1 I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968)
2 (see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of
3 wikilinks from inside vim, through the omnicompletion mechanism.
4
5 It still has some bugs, but is usable, and will not destroy your data. It can
6 only complete links whose definition (text) is on a single line, and still can't
7 handle "named links" (`\[\[text|link\]\]`).
8
9 I'd love to hear suggestions for improvement for it, and bug reports ;) For
10 example, regarding how are sorted and presented the available completions
11 (dates, alphabetically, etc).
12
13 You can find a tarball for it
14 [here](http://devnull.li/~jerojasro/ikiwiki-nav-dev.tar.gz). To install it,
15 extract the tarball contents in your `.vim` directory.
16
17 --[[jerojasro]]