Primary
dv.el() ⚬|Documentation|1st|20251021132502-00-⌔
Codeblock Reference - Dataview#dvelelement-text
dv.el(element, text)dv.el("b", "This is some bold text");You can specify custom classes to add to the element via
cls, and additional attributes viaattr:dv.el("b", "This is some text", { cls: "dataview dataview-class", attr: { alt: "Nice!" } });Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •