```todoist
name: Today
filter: "Today | Overdue"
```
--- start-multi-column: dailyNotesLayout
```column-settings
number of columns: 2
```
#### Recent
```dataview
LIST FROM "everything"
SORT file.cday DESC, file.mtime DESC
LIMIT 7
```
--- column-end ---
#### Pinned
```dataview
LIST FROM "everything" OR "daily notes"
WHERE contains(file.tags, "pinned")
SORT file.mtime DESC
LIMIT 7
```
--- end-multi-column ---
#### Notes
Example of how aliases work
When I want to talk about AI
---
aliases: [AI, [[artificial intelligence]], [[machine intelligence]]]
---
# Introduction to [[Artificial Intelligence]]
[[Artificial Intelligence]] (AI) is the field of study that focuses on creating intelligent machines...