Added more resources, started on electronic components, and configured PDF++

This commit is contained in:
2026-07-30 09:55:33 -04:00
parent 886618dca5
commit 22e2ef02ba
26 changed files with 823 additions and 388 deletions
@@ -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