Templates
This commit is contained in:
9
Templates/Meeting Type Template.md
Normal file
9
Templates/Meeting Type Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
#meetings/type
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, people as People, date as Date
|
||||
from #meetings or #dates
|
||||
where !contains(file.name,"Template") and contains(type,this.file.link)
|
||||
sort date desc
|
||||
limit 50
|
||||
```
|
||||
Reference in New Issue
Block a user