VS Code Backlinks Panel
View all backlinks (what?) in the current file.
👉 Inspired by vscode-markdown-notes.
Getting Started
Currently, this extension depends on the roam-style link extension by kortina. This may change.
- Install the extension from the Visual Studio Marketplace.
- In VS Code, link to a file with a wikilink. (Eg.
Here's a link to [[example.md]] )
- Open the file you just linked to. In the sidebar, there should be a "backlinks" pane which lists the original file.
FAQ
What do you mean by backlinks?
Documents in your workspace which link to the current file.
I don't see my problem listed here
Feel free to open an issue. I'll try my best to address it.
Development
Running Locally
- Install dependencies (
npm install )
- Open the debug pane in vs code, OR, press ctrl + p and enter
?debug
- Select "Run Extension"
Todo
- Expose settings
- Support traditional links (now, only wikilinks are supported)
- By default, only activate for markdown files (?)
License
© 2020 Binyamin Green and contributors, under the MIT license.
| |