From 4c7961ed934ddf413c84e8f96367d92ea22fdd9e Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:52:57 -0700 Subject: [PATCH] 2023-09-13 14:52:57 --- Albums.md => Databases/Albums.md | 1 + Board games.md => Databases/Board games.md | 1 + Books.md => Databases/Books.md | 0 Clippings.md => Databases/Clippings.md | 1 + Companies.md => Databases/Companies.md | 1 + Events.md => Databases/Events.md | 1 + Games.md => Databases/Games.md | 3 +-- Meetings.md => Databases/Meetings.md | 0 Movies.md => Databases/Movies.md | 0 People.md => Databases/People.md | 0 Places.md => Databases/Places.md | 0 Podcast episodes.md => Databases/Podcast episodes.md | 0 Podcasts.md => Databases/Podcasts.md | 0 Recipes.md => Databases/Recipes.md | 5 +++++ Shows.md => Databases/Shows.md | 0 Trips.md => Databases/Trips.md | 1 + Readme.md | 2 +- 2023 Japan Trip.md => Samples/2023 Japan Trip.md | 0 18 files changed, 13 insertions(+), 3 deletions(-) rename Albums.md => Databases/Albums.md (99%) rename Board games.md => Databases/Board games.md (99%) rename Books.md => Databases/Books.md (100%) rename Clippings.md => Databases/Clippings.md (99%) rename Companies.md => Databases/Companies.md (99%) rename Events.md => Databases/Events.md (99%) rename Games.md => Databases/Games.md (98%) rename Meetings.md => Databases/Meetings.md (100%) rename Movies.md => Databases/Movies.md (100%) rename People.md => Databases/People.md (100%) rename Places.md => Databases/Places.md (100%) rename Podcast episodes.md => Databases/Podcast episodes.md (100%) rename Podcasts.md => Databases/Podcasts.md (100%) rename Recipes.md => Databases/Recipes.md (88%) rename Shows.md => Databases/Shows.md (100%) rename Trips.md => Databases/Trips.md (99%) rename 2023 Japan Trip.md => Samples/2023 Japan Trip.md (100%) 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