breadcrumbs icon indicating copy to clipboard operation
breadcrumbs copied to clipboard

FR: Support for Markdown Style Links (non-Wikilinks)

Open smaroukis opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. I switched over to using markdown-style links (as opposed to wikilinks) to increase cross-platform compatibility, but it doesn't seem like Breadcrumbs supports this link style.

I'm also creating this FR to document this missing-functionality, since it seems most people use the wikilink style within Obsidian and this might be a one-off request.

With Wikilink formatting, the hierarchy appears correctly: wikilink-example

With regular Markdown link formatting, the hierarchy does not appear: markdown-link-example

smaroukis avatar Nov 01 '22 02:11 smaroukis

this FR has my vote.

Breadcrumbs looks like a great plugin but it fails to identify my links because I'm using markdown style links. I'm going to carrying on tagging notes with "Previous" markdown links in the hope this feature request gets implemented at somepoint in the future.

Note: I'm using Dendron naming convention so Up/Down/Same can be automtically identified, it is just the next/prev that breadcrumbs is unable to identify at the moment.

trevorhook avatar Feb 14 '23 17:02 trevorhook

Same issue for me, plugin does not support markdown links

nbossard avatar Jan 07 '24 18:01 nbossard

Do you know if the Obsidian API detects and exposes these somewhere? If not, I don't think it's worth it for me to parse the note content, which is far more intensive

SkepticMystic avatar Jan 15 '24 14:01 SkepticMystic

Note for my own reference, this isn't as intense as I initially thought. I still need to parse the markdown links, but Dataview and Obsidian both expose the raw string as metadata fields

SkepticMystic avatar Mar 21 '24 16:03 SkepticMystic

Happy to say this is now possible! If you use the V4 beta, and have Dataview enabled, then Breadcrumbs will detect markdown links of the form field:: [display](folder/path.md)

SkepticMystic avatar Mar 24 '24 14:03 SkepticMystic