vscode-backlinks-panel

View all markdown documents linking to current document.

MIT License

Stars
5

VS Code Backlinks Panel

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

⚠️ Currently, this extension depends on the wikilink extension by kortina.

Getting Started

  1. Install the extension from the Visual Studio Marketplace.
  2. In VS Code, link to a file with a wikilink. (Eg. Here's a link to [[example.md]])
  3. 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

  1. Install dependencies (npm install)
  2. Open the debug pane in vs code, OR, press ctrl + p and enter ?debug
  3. Select "Run Extension"

Todo

  • Expose settings
    • ignored files
  • 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.

Badges
Extracted from project README
MIT License Visual Studio Marketplace Version
Related Projects