decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
920 stars 34 forks source link

Transclusion doesn't work #524

Open stoweboyd opened 1 year ago

stoweboyd commented 1 year ago

Describe the bug

I create a text cell with content like ![[filename]] and no transclusion occurs. Likewise attempt to use a block reference fails.

Steps to reproduce

Just try it.

Expected behavior

I expected to see the contents of the transcluded file.

Are you using the mobile app?

No

Obsidian debug info

NA

Relevant log output

NA
decaf-dev commented 1 year ago

Hi @stoweboyd. Thank you for your bug report. Yes, this is a known issue. It's something to do with the Obsidian MarkdownRenderer.renderMarkdown function.