-
-
Notifications
You must be signed in to change notification settings - Fork 706
Closed as not planned
Labels
Description
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
- Add a JSON of backlinks, outgoing links, etc. in the document frontmatter
- We can use them to display anywhere along side the body of the content; similar to TOC.
- Maybe, with such frontmatter data, someone can create a local Graph of the current page (similar to Obsidian)
Describe alternatives you've considered
- 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.
- 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)
atinux, Tahul, didavid61202, mattmaribojoc, NightMachinery and 11 morethp44thp44, kinxyo, maximepvrt and ManasMadrecha