This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user