Skip to content

BackLinks are links from a page back to pages that link to it.

Notifications You must be signed in to change notification settings

gcoda/vuepress-backlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back Links

Now with Wiki Links

  • simplest form of ikiwiki style links [[text|url]] only

this.$backLinks on each page with links to page refers to it

it uses computed method from generated map loaded as module, might be a bit to slow on large sites

<router-link v-for="link in $backLinks" :to='link.path'>{{ link.title }}</router-link>

works with vuepress@1.0.0-alpha.16

About

BackLinks are links from a page back to pages that link to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published