Is your feature request related to a problem? Please describe.
I'm building websites in Jekyll via markdown files. I find Foam's graph useful for visualising links and orphan files between the pages. But my markdown files contain some HTML code for the cases where markdown's formatting options are not sufficient.
Unfortunately when I link to other notes via HTML code inside markdown files, these don't show up on the graph, so it looks like I have a lot more orphan files than I actually do, and I can't see which ones are actually unlinked.
Describe the solution you'd like
A toggle in the graph settings to include HTML links in the format of <a href="clock">clock</a> (so no file extension in the link target).
Describe alternatives you've considered
Can't really think of anything.
Screenshots or Videos
No response
Is your feature request related to a problem? Please describe.
I'm building websites in Jekyll via markdown files. I find Foam's graph useful for visualising links and orphan files between the pages. But my markdown files contain some HTML code for the cases where markdown's formatting options are not sufficient.
Unfortunately when I link to other notes via HTML code inside markdown files, these don't show up on the graph, so it looks like I have a lot more orphan files than I actually do, and I can't see which ones are actually unlinked.
Describe the solution you'd like
A toggle in the graph settings to include HTML links in the format of
<a href="clock">clock</a>(so no file extension in the link target).Describe alternatives you've considered
Can't really think of anything.
Screenshots or Videos
No response