mathieudutour / gatsby-digital-garden

🌷 🌻 🌺 Create a digital garden with Gatsby
https://mathieudutour.github.io/gatsby-digital-garden
MIT License
665 stars 103 forks source link

Support obsidian link name : [[File Name|Other Name to Display]] #85

Closed johackim closed 3 years ago

johackim commented 3 years ago

Obsidian has a syntax to set a name for a link : [[File Name|Other Name to Display]].

That would be cool if gatsby-remark-double-brackets-link and gatsby-transformer-markdown-references can support it !

mathieudutour commented 3 years ago

Happy to accept a PR :+1:

mathieudutour commented 3 years ago

fixed in gatsby-theme-garden@0.1.64, you can pass a parseWikiLinks option to enable it

rasendubi commented 3 years ago

Looks like https://github.com/mathieudutour/gatsby-digital-garden/commit/cfd2ce931fb09ca21a41a16092244461ed741c27 only implements wiki links in gatsby-remark-double-brackets-link, and gatsby-transformer-markdown-references still does not resolve them properly.

132 looks like a correct attempt to implement it in gatsby-transformer-markdown-references.