more notes about the ikiwiki-nav plugin
authorJavier Rojas <jerojasro@devnull.li>
Tue, 9 Feb 2010 04:37:24 +0000 (23:37 -0500)
committerJavier Rojas <jerojasro@devnull.li>
Tue, 9 Feb 2010 04:37:24 +0000 (23:37 -0500)
added installation notes

added pointer in the forum page to the created tip

doc/forum/navigation_of_wiki_pages_on_local_filesystem_with_vim.mdwn
doc/tips/follow_wikilinks_from_inside_vim.mdwn

index 0497b66b6369586af2e75be70869035bc2a0bfb8..980b927409e6065a8f8405ebd5581ee4f2dd2452 100644 (file)
@@ -1,3 +1,7 @@
+**UPDATE** I have created a [[page|tips/follow_wikilinks_from_inside_vim]] in
+the tips section about the plugin, how to get it, install it and use it. Check
+that out. --[[jerojasro]]
+
 I wrote a vim function to help me navigate the wiki when I'm editing it. It extends the 'gf' (goto file) functionality. Once installed, you place the cursor on a wiki page name and press 'gf' (without the quotes); if the file exists, it gets loaded.
 
 This function takes into account the ikiwiki linking rules when deciding which file to go to.
index 93a95bc7a3a321c7f0e443cf648724074c44a1d5..df8145a51e8b93cc8a9ad950f711e28647047b9a 100644 (file)
@@ -23,6 +23,10 @@ move into
   * `:IkiNextWikiLink 0` will look forward for the wikilink 
   * `:IkiNextWikiLink 1` will look backwards for the wikilink 
 
+## Installation
+
+Copy the `ikiwiki_nav.vim` file to your `.vim/ftplugin` directory.
+
 ## Current issues: 
 
   * The plugin only works for wikilinks contained in a single text line;