Render contents under a heading using dv.paragraph #2654
Unanswered
ctrenthem159
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.
Apologies if this is already answered, I searched through the issues and discussions for about an hour and couldn't find a solution that resolves my exact issue. I've seen some code snippets that handle other issues like using regex to dynamically search for a heading, but I haven't found anything that solves my issue. I'm sure it's a simple/obvious solution, so I appreciate any help.
I'm using this query:
which results in this output:

and quite simply, I cannot figure out how to modify my query to only show the contents of this heading (aka, the formula).
If it helps, the content is always exactly one line, but I can't put it in a property because to my understanding, properties don't render markdown (which is used in the output here). If Dataview can handle rendering markdown in properties, that would be a better solution than putting these formulas in the note contents. I just am not aware if that's possible, either.
All reactions