mo-seph / obsidian-note-from-template

Simple plugin to create Notes from a template, and fill in fields defined there
MIT License
108 stars 9 forks source link

[Feature Request] Integration with Dataview for selection fields #37

Open shnlmn opened 2 years ago

shnlmn commented 2 years ago

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.