You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---url: "https://kagi.com"---
this works fine when publishing this file:
[kagi](`=this.url`)
works fine when publishing this file ✔️ renders the link like [kagi](https://kagi.com") as expected.
file2.md
![[file1]]
does not replace the data query when file1 is transcluded and published ❌ renders [kagi](`=this.url`) aka with inaccurately/non-replaced dataview queries
The text was updated successfully, but these errors were encountered:
Example
file1.md
works fine when publishing this file ✔️ renders the link like
[kagi](https://kagi.com")
as expected.file2.md
does not replace the data query when file1 is transcluded and published ❌ renders
[kagi](`=this.url`)
aka with inaccurately/non-replaced dataview queriesThe text was updated successfully, but these errors were encountered: