https://github.com/thedragoncode/vuepress-plugin-github-linkify
Adding and fixing GitHub links for Vuepress 2
https://github.com/thedragoncode/vuepress-plugin-github-linkify
github github-linkify link linkify links vuepress vuepress-plugin
Last synced: 27 days ago
JSON representation
Adding and fixing GitHub links for Vuepress 2
- Host: GitHub
- URL: https://github.com/thedragoncode/vuepress-plugin-github-linkify
- Owner: TheDragonCode
- License: mit
- Created: 2023-02-26T00:05:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T03:51:03.000Z (2 months ago)
- Last Synced: 2026-01-15T09:44:54.691Z (2 months ago)
- Topics: github, github-linkify, link, linkify, links, vuepress, vuepress-plugin
- Language: TypeScript
- Homepage:
- Size: 421 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuepress Plugin GitHub Linkify

Finding and fixing GitHub links
[![NPM version][npm-version-image]][npm-url]
[![NPM downloads][npm-downloads-image]][npm-downloads-url]
[![MIT License][license-image]][license-url]
## Usage
```bash
npm i -D vuepress-plugin-github-linkify
```
```javascript
// .vuepress/config.js
import { githubLinkifyPlugin } from 'vuepress-plugin-github-linkify'
{
plugins: [
githubLinkifyPlugin({
repo: 'your-vendor/your-project'
})
]
}
```
### Support Links
* [x] mentions
* [x] commits
* [x] pull requests
* [x] compares
* [x] tags
* [x] trees
* [x] blobs
## Example


## License
This package is licensed under the [MIT License][license-url].
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[npm-url]: https://npmjs.org/package/vuepress-plugin-github-linkify
[npm-version-image]: https://img.shields.io/npm/v/vuepress-plugin-github-linkify.svg?style=flat
[npm-downloads-image]: https://img.shields.io/npm/dm/vuepress-plugin-github-linkify.svg?style=flat
[npm-downloads-url]: https://npmcharts.com/compare/vuepress-plugin-github-linkify?minimal=true