Product usage analysis

This commit is contained in:
Steph Ango
2024-04-15 10:57:28 -07:00
parent 90cca77f9a
commit 3afc5e42e2
6 changed files with 177 additions and 4 deletions

16
Categories/Products.md Normal file
View File

@@ -0,0 +1,16 @@
```dataview
table without id
file.link as Product,
rating as Rating,
acquired as Acquired,
type as Type,
maker as Maker
where
!contains(file.name, "Template") and
contains(category, [[Products]])
sort
acquired desc,
file.name,
rating desc,
file.mtime desc
```