-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2: Show backlinks, outgoing links like Obsidian or new VS Code #1084
Comments
I really like this idea! |
Would it be possible to do this using Hooks/Transforms? |
@vandermerwed Outgoing links can be added into the frontmatter either inside an own remark plugin or inside the Backlinks, don't know. Content Module needs to scan all the files' aforementioned |
Thanks for the info @ManasMadrecha! Ended up with the following solution for now. Not perfect, but it'll do for now 👍🏼 server\plugins\outgoing-links.ts
example.vue
|
@vandermerwed That's nice. One suggestion, inside the hook, check and only push internal links (own app's) into While the |
Ah yeah, thanks good suggestion 👌🏼
I'm quite new to Nuxt and the Content Module, is there maybe documentation that you can point me to on how to do this? |
@farnabaz @benjamincanac Would it be possible to add this for v3 ? like Notion backlinks |
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
Describe alternatives you've considered
Additional context
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)
The text was updated successfully, but these errors were encountered: