I use Note From Template for a lot of my task management and note taking. I have many projects happening at any time. I have a dataview filter which automatically creates a list of projects based on metadata from pages in my Projects folder. When creating a note or task using Note From Template, it would be incredibly convenient for the drop down selector to be able to be populated with a dataviewjs request, such as
dv.pages('"01_Projects"').distinct(p => p.project).where(p => p.project)
Then, as I add or remove projects from the active folder, I don't need to update the template.
I use Note From Template for a lot of my task management and note taking. I have many projects happening at any time. I have a dataview filter which automatically creates a list of projects based on metadata from pages in my Projects folder. When creating a note or task using Note From Template, it would be incredibly convenient for the drop down selector to be able to be populated with a dataviewjs request, such as
dv.pages('"01_Projects"').distinct(p => p.project).where(p => p.project)
Then, as I add or remove projects from the active folder, I don't need to update the template.