Embed notes selected by DQL #1952
Unanswered
alexey-zaharchenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to embed some notes selected via DQL into another note using a simple Dataview script. When I define an array of pages to embed manually, everything works okay. However, when I use
dv.tryQuery
, I only get the names of the pages instead of the actual embeds.Is it fixable?
I also tried using
dv.io.load
withdv.paragraph
ordv.el('div', ...)
, but it only creates partially parsed embeds where only bold and italic syntax works, while links and images are broken.Beta Was this translation helpful? Give feedback.
All reactions