Skip to content

abeels/vim-markdown-wiki-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=5138

"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


About

Links manipulation and navigation in markdown pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%