Files
bramses-highly-opinionated-…/_PARA/Projects/Test Project 2/Resources.md
2022-12-17 17:29:16 -06:00

906 B

aliases, tags, title, date created, date modified, linter-yaml-title-alias
aliases tags title date created date modified linter-yaml-title-alias
Resources
Resources Sunday, December 11th 2022, 1:55:45 am Saturday, December 17th 2022, 4:59:55 pm Resources
list 
where contains(projects, "Test Project 2")

[!info]
The following code block allows you to "freeze" the Dataview query result above into HTML.
If you use Obsidian Publish, this will allow you to publish the resource list as it is above.
I recommend running this, after you finish a project and are ready to commit it to _PARA/Archive.
To use: open command pallette, remove the spaces between < % and *, run "Templater: Replace all templates in Active File", and remove the triple backticks.

<%*
const dv = this.app.plugins.plugins["dataview"].api ;
const arr = await dv.queryMarkdown(`LIST where contains(projects, "Test Project 2")`)
tR += arr.value
%>