View all backlinks (what?) in the current file.
Note: I no longer use this extension. If you're interested in maintaining it, please open an issue
- 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.
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.
- Install dependencies (
npm install
) - Open the debug pane in vs code, OR, press ctrl + p and enter
?debug
- Select "Run Extension"
- Expose settings
- ignored files
- Support traditional links (now, only wikilinks are supported)
- By default, only activate for markdown files (?)
© 2020 Binyamin Green and contributors, under the MIT license.