Added more resources, started on electronic components, and configured PDF++
This commit is contained in:
@@ -1,8 +1,24 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
name: All Followups
|
||||
filters:
|
||||
and:
|
||||
- Type == "Followup"
|
||||
- '!file.path.startsWith("99 Toolkit")'
|
||||
- Project == "REPLACE THIS MOLLY!"
|
||||
- type: table
|
||||
name: Followups - Done
|
||||
filters:
|
||||
and:
|
||||
- Type == "Followup"
|
||||
- file.path.startsWith("99 Toolkit")
|
||||
- Done == true
|
||||
- Project == "CHANGE THIS MOLLY!!!"
|
||||
- type: table
|
||||
name: Followups - Not Done
|
||||
filters:
|
||||
and:
|
||||
- Type == "Followup"
|
||||
- '!file.path.startsWith("99 Toolkit")'
|
||||
- Project == "CHANGE THIS MOLLY!!!"
|
||||
- Done != true
|
||||
|
||||
Reference in New Issue
Block a user