Active Projects
```dataview
LIST
FROM "01 - Projects"
SORT file.name asc
```
Recently Modified
```dataview
TABLE WITHOUT ID file.link as "File", file.mtime as "Modified"
FROM ""
WHERE file.path != this.file.path
SORT file.mtime DESC
LIMIT 10
```
> [!IMPORTANT]
> This page requires the **Dataview** and **Templater** plugins to be installed and enabled. If the content below the cards does not render, please ensure these plugins are working correctly and restart Obsidian.