sponsor Vim development Vim logo Vim Book Ad

wikilink : Personal wiki link navigator

 script karma  Rating 7/4, Downloaded by 1752  Comments, bugs, improvements  Vim wiki

created by
Henri Bourcereau
 
script type
utility
 
description
"WikiLink" is a Vim plugin which eases the navigation between files  in a personnal wiki.

Links syntax currently supported follows Github's Gollum (https://github.com/github/gollum)
ie [[My link|My displayed link]]

This plugin also detects footerbar and sidebar files and splits the window
accordingly (again, see Gollum for syntax)

Usage
-----
  Hit the ENTER key when the cursor is on a wiki link
  The corresponding file is loaded in the current buffer

  Hit Shift + ENTER to go back

Contribute
----------
  You can fork this project on Github : https://github.com/mmai/wikilink
 
install details
Copy the wikilink.vim file into the $HOME/.vim/plugin/ directory

Window split on footer and sidebar detection can be disabled by writing thisline on your .vimrc file :
let wikilinkAutosplit="off"
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
wikilink.vim 0.6 2014-06-02 7.0 Henri Bourcereau * substitute spaces by dashes regex to support relative directories
* remove leading and trailing spaces in new files names
wikilink.vim 0.5 2012-04-21 7.0 Henri Bourcereau Add shortcut Shift+Enter to go back to the previous page
wikilink.vim 0.4 2011-09-18 7.0 Henri Bourcereau Cleaner window redrawing.
Window split on footer and sidebar detection is now optional.
wikilink.vim 0.3 2011-06-15 7.0 Henri Bourcereau footerbar and sidebar detection
wikilink.vim 0.1 2011-06-06 7.0 Henri Bourcereau Initial upload
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github