adding properties
All checks were successful
Build Quartz Notes / build (push) Successful in 51s

This commit is contained in:
2026-06-03 12:48:18 +01:00
parent 9be5006617
commit 0a52228e2e
55 changed files with 400 additions and 49 deletions

View File

@@ -134,3 +134,13 @@ Some core programming concepts that are essential for software development. The
- Turing machines
- computability theory
- MVPs and MVTs
# Data view query
All files that are not done:
```dataview
TABLE
FROM "Career"
WHERE done != true
SORT file.name ASC
```