https://github.com/bsmth/follow-xrefs
A VS Code extension for following internal xrefs in MDN content
https://github.com/bsmth/follow-xrefs
Last synced: 8 months ago
JSON representation
A VS Code extension for following internal xrefs in MDN content
- Host: GitHub
- URL: https://github.com/bsmth/follow-xrefs
- Owner: bsmth
- License: gpl-3.0
- Created: 2024-12-14T11:26:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:34:30.000Z (over 1 year ago)
- Last Synced: 2025-02-08T07:05:19.695Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# follow-xrefs
## Features
Follow internal markdown cross-references.
Built for use in (en-US) `mdn/content` but may be useful beyond that if improved / forked.
## Extension settings
This extension contributes the following settings:
- `mdn-xrefs.scanFiles`: Scan a workspace directory for MDN document slugs.
## Known Issues
Locale is hardcoded to `en-US`. This should be configurable in future.
## Developing
Some docs can be found in [Developing.md](./developing.md)