sponsor Vim development Vim logo Vim Book Ad

vim-markdown-wiki : Links manipulation and navigation in markdown pages

 script karma  Rating 13/7, Downloaded by 1944  Comments, bugs, improvements  Vim wiki

created by
Henri Bourcereau
 
script type
utility
 
description
"vim-markdown-wiki" is plugin which eases the navigation between files in a personnal wiki
Links syntax follows Github Flavored Markdown ie [My displayed link](My-link.md)

Usage
-----
Link creation :
- Hit the ENTER key when the cursor is on a text between brackets : `[a title]`
- The link will be created  `[a title](a-title.md)` and the corresponding file will be loaded in the buffer.

Navigation :
- Hit the ENTER key when the cursor is on a wiki link
- The corresponding link file is loaded in the current buffer.
- Hit Shift + ENTER to go back

 
install details
Copy the vim-markdown-wiki.vim file into the $HOME/.vim/plugin/ directory
 

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
vim-markdown-wiki.vim 1.3 2015-03-21 7.0 Henri Bourcereau fix relative paths
vim-markdown-wiki.vim 1.3 2015-03-21 7.0 Henri Bourcereau fix relative paths
vim-markdown-wiki.vim 1.2 2015-03-20 7.0 Henri Bourcereau Create new linked file title
Return to the correct cursor position
vim-markdown-wiki.vim 1.0 2015-03-19 7.0 Henri Bourcereau Initial upload
ip used for rating: 216.73.216.103

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