When running this code in obsidian, the word test1 is not inside the callout
` ` `dataviewjs
dv.span(">[!Test]+");
dv.span(">test1");
` ` `
Is there any way to make it inside ?
When running this code in obsidian, the word test1 is not inside the callout
` ` `dataviewjs
dv.span(">[!Test]+");
dv.span(">test1");
` ` `
Is there any way to make it inside ?
dv.paragraph(`
>[!Test]+
>test1
`)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.