Skip to content

V2: Show backlinks, outgoing links like Obsidian or new VS Code #1084

@ManasMadrecha

Description

@ManasMadrecha

Is your feature request related to a problem? Please describe

To be able to quickly know which all pages link to the current page. Also to know to which all pages the current page links.

Describe the solution you'd like

  1. Add a JSON of backlinks, outgoing links, etc. in the document frontmatter
  2. We can use them to display anywhere along side the body of the content; similar to TOC.
  3. Maybe, with such frontmatter data, someone can create a local Graph of the current page (similar to Obsidian)

Describe alternatives you've considered

  1. For Outgoing links, create a custom remark plugin to scan the contents for links, and add such a list of links as an array in the frontmatter. This is easy.
    • Currently, I use this technique in Content V1 to scan all the images in the markdown body, and add an array of such images in frontmatter, and submit it into Sitemap. (similar to Yoast SEO plugin for WordPress)
    • So, for links too, it may work.
  2. For Backlinks, don't know. So, it would be great if Content module added such data into the file's frontmatter.

Additional context

  • Obsidian
  • VS Code markdown recent updates

EDIT: If this feature is ever implemented, the backlinks should work even if the links are in WikiLinks format (similar to Obsidian or Markdown Memo plugin of VS code or Foam plugin)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions