2023-09-13 14:52:57

This commit is contained in:
Steph Ango
2023-09-13 14:52:57 -07:00
parent 313efaafd6
commit 4c7961ed93
18 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ tags:
- music
- databases
---
```dataview
table without id
file.link as Album,

View File

@@ -2,6 +2,7 @@
tags:
- databases
---
```dataview
table without id
file.link as Game,

View File

@@ -2,6 +2,7 @@
tags:
- databases
---
```dataview
table without id
file.link as Title,

View File

@@ -2,6 +2,7 @@
tags:
- databases
---
```dataview
table without id
file.link as Company,

View File

@@ -2,6 +2,7 @@
tags:
- databases
---
```dataview
table without id
file.link as Event

View File

@@ -2,7 +2,6 @@
tags:
- databases
---
```dataview
table without id
file.link as Game,
@@ -15,4 +14,4 @@ where
contains(category,this.file.link) and
!contains(file.name, "Template")
sort last desc
```
```

View File

@@ -1,3 +1,8 @@
---
tags:
- databases
---
```dataview
table without id
file.link as Recipe, type as Type, author as Author, ingredients as Ingredients, rating as Rating

View File

@@ -2,6 +2,7 @@
tags:
- databases
---
```dataview
table without id
file.link as Trip,

View File

@@ -31,7 +31,7 @@ I use very few folders. My personal notes are primarily in the root, these are m
- **Clippings** for articles and other pages captured with my [web clipper](https://stephango.com/obsidian-web-clipper) written by other people
- **Daily** for my daily notes, all named `YYYY-MM-DD.md`
- **References** for anything that refers to something that exists outside of my vault, e.g. books, movies, places, people, podcasts, etc.
- **Templates** for templates. This is actually nested under "Meta" in my personal vault, but I've moved it to the top-level for clarity. Meta also contains my personal style guide and other random things that are about the vault.
- **Templates** for templates. In my personal vault Templates are nested under "Meta" which also contains my personal style guide and other random things that are about the vault. I have moved it to the root for the sake of clarity.
I do not use the file explorer much for navigation. I primarily navigate using the quick switcher (`Cmd + O`).