diff options
author | Javier Rojas <jerojasro@devnull.li> | 2010-09-12 19:25:38 -0500 |
---|---|---|
committer | Javier Rojas <jerojasro@devnull.li> | 2010-09-12 19:25:38 -0500 |
commit | d2fbde0e814d873017ccc7d71eb585b9391dff9a (patch) | |
tree | 418a2bbce0cab93fe327de71640091c1fdcf846c /doc/forum | |
parent | f4392bc4dd3be5833b8a7b3c1b37515a7e3b3b1f (diff) |
new version of the ikiwiki vim plugin. docs upgraded. new forum post
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/ikiwiki_vim_integration.mdwn | 17 | ||||
-rw-r--r-- | doc/forum/link_autocompletion_in_vim.mdwn | 7 |
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/forum/ikiwiki_vim_integration.mdwn b/doc/forum/ikiwiki_vim_integration.mdwn new file mode 100644 index 000000000..4724807e8 --- /dev/null +++ b/doc/forum/ikiwiki_vim_integration.mdwn @@ -0,0 +1,17 @@ +Hi all. I upgraded the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968) +so that now it supports: + + * Jumping to the file corresponding to the wikilink under the cursor. + * Creating the file corresponding to the wikilink under the cursor (including + directories if necessary.) + * Jumping to the previous/next wikilink in the current file. + * Autocomplete link names. + +Download it from [here](http://www.vim.org/scripts/script.php?script_id=2968) + +I've also created a new page unifying all the hints available here to use vim +with ikiwiki files, in [[tips/vim_and_ikiwiki]] + + +--[[jerojasro]] + diff --git a/doc/forum/link_autocompletion_in_vim.mdwn b/doc/forum/link_autocompletion_in_vim.mdwn index 7d3ed8b02..a46c7e4c1 100644 --- a/doc/forum/link_autocompletion_in_vim.mdwn +++ b/doc/forum/link_autocompletion_in_vim.mdwn @@ -1,5 +1,10 @@ +This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date +content. + +------ + I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968) -(see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of +(see [[here|tips/vim_ikiwiki_ftplugin]]) 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 |