diff --git a/Albums.md b/Databases/Albums.md similarity index 99% rename from Albums.md rename to Databases/Albums.md index d1158e6..feba0c4 100644 --- a/Albums.md +++ b/Databases/Albums.md @@ -3,6 +3,7 @@ tags: - music - databases --- + ```dataview table without id file.link as Album, diff --git a/Board games.md b/Databases/Board games.md similarity index 99% rename from Board games.md rename to Databases/Board games.md index f0bf3ca..3888b41 100644 --- a/Board games.md +++ b/Databases/Board games.md @@ -2,6 +2,7 @@ tags: - databases --- + ```dataview table without id file.link as Game, diff --git a/Books.md b/Databases/Books.md similarity index 100% rename from Books.md rename to Databases/Books.md diff --git a/Clippings.md b/Databases/Clippings.md similarity index 99% rename from Clippings.md rename to Databases/Clippings.md index d59e2f9..f944284 100644 --- a/Clippings.md +++ b/Databases/Clippings.md @@ -2,6 +2,7 @@ tags: - databases --- + ```dataview table without id file.link as Title, diff --git a/Companies.md b/Databases/Companies.md similarity index 99% rename from Companies.md rename to Databases/Companies.md index 366b375..ed88420 100644 --- a/Companies.md +++ b/Databases/Companies.md @@ -2,6 +2,7 @@ tags: - databases --- + ```dataview table without id file.link as Company, diff --git a/Events.md b/Databases/Events.md similarity index 99% rename from Events.md rename to Databases/Events.md index 924c5ef..2f99dbe 100644 --- a/Events.md +++ b/Databases/Events.md @@ -2,6 +2,7 @@ tags: - databases --- + ```dataview table without id file.link as Event diff --git a/Games.md b/Databases/Games.md similarity index 98% rename from Games.md rename to Databases/Games.md index e0171a4..9a4061c 100644 --- a/Games.md +++ b/Databases/Games.md @@ -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 -``` \ No newline at end of file +``` diff --git a/Meetings.md b/Databases/Meetings.md similarity index 100% rename from Meetings.md rename to Databases/Meetings.md diff --git a/Movies.md b/Databases/Movies.md similarity index 100% rename from Movies.md rename to Databases/Movies.md diff --git a/People.md b/Databases/People.md similarity index 100% rename from People.md rename to Databases/People.md diff --git a/Places.md b/Databases/Places.md similarity index 100% rename from Places.md rename to Databases/Places.md diff --git a/Podcast episodes.md b/Databases/Podcast episodes.md similarity index 100% rename from Podcast episodes.md rename to Databases/Podcast episodes.md diff --git a/Podcasts.md b/Databases/Podcasts.md similarity index 100% rename from Podcasts.md rename to Databases/Podcasts.md diff --git a/Recipes.md b/Databases/Recipes.md similarity index 88% rename from Recipes.md rename to Databases/Recipes.md index 333ed01..5f63fb3 100644 --- a/Recipes.md +++ b/Databases/Recipes.md @@ -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 diff --git a/Shows.md b/Databases/Shows.md similarity index 100% rename from Shows.md rename to Databases/Shows.md diff --git a/Trips.md b/Databases/Trips.md similarity index 99% rename from Trips.md rename to Databases/Trips.md index 31ac264..4bf90c1 100644 --- a/Trips.md +++ b/Databases/Trips.md @@ -2,6 +2,7 @@ tags: - databases --- + ```dataview table without id file.link as Trip, diff --git a/Readme.md b/Readme.md index 1947e4d..feaaddd 100644 --- a/Readme.md +++ b/Readme.md @@ -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`). diff --git a/2023 Japan Trip.md b/Samples/2023 Japan Trip.md similarity index 100% rename from 2023 Japan Trip.md rename to Samples/2023 Japan Trip.md