gatsby-digital-garden
gatsby-digital-garden copied to clipboard
Double parenthesis block refs should should referenced block text not block UID
Currently the double parenthesis links show the UID of the block they point to as the link title. Is there a way to show the text of the referenced block as the title instead? This is how Roam and other do it. Great template!
Implemented this in https://roam.garden/ fork by rendering the ref's mdx content via MDXRenderer (similar to how live preview window is implemented)