Skip to content

Filter by value of a dataview inline field #2958

Answered by kenNash
kenNash asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I got it!

The following code gets the job done. ✨

const query = `
path includes Daily Notes
tags include ${dv.current().Tag}`;

dv.paragraph('```tasks\n' + query + '\n```');

Thank you for your time and kindness!

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@claremacrae
Comment options

Comment options

You must be logged in to vote
2 replies
@claremacrae
Comment options

@claremacrae
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: filters Additions and modifications to the search filters scope: parsing markdown See also 'scope: global filter'
2 participants