summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Rojas <jrojasr@integracionsocial.gov.co>2010-05-24 20:10:32 -0500
committerJavier Rojas <jrojasr@integracionsocial.gov.co>2010-05-24 20:10:32 -0500
commit70d507bb81a49b49a6fe939d038923fbab8c8fb5 (patch)
treee3f77260ed4133606857c3a4f24c36c318046642
parent8f6f75204e4cc16183872fe4f0ae05097f5d43dc (diff)
new post - link completion in vim
-rw-r--r--doc/forum/link_autocompletion_in_vim.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/link_autocompletion_in_vim.mdwn b/doc/forum/link_autocompletion_in_vim.mdwn
new file mode 100644
index 000000000..e7caca745
--- /dev/null
+++ b/doc/forum/link_autocompletion_in_vim.mdwn
@@ -0,0 +1,17 @@
+I extended the functionality of the [ikiwiki-nav plugin](TODO)
+(see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of
+wikilinks from inside vim, through the omnicompletion mechanism.
+
+It still has some bugs, but is usable, and will not destroy your data. It can
+only complete links whose definition (text) is on a single line, and still can't
+handle "named links" (`[[text|link]]`).
+
+I'd love to hear suggestions for improvement for it, and bug reports ;) For
+example, regarding how are sorted and presented the available completions
+(dates, alphabetically, etc).
+
+You can find a tarball for it
+[here](http://devnull.li/~jerojasro/ikiwiki-nav-dev.tar.gz). To install it,
+extract the tarball contents in your `.vim` directory.
+
+--[[jerojasro]]