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