2023-09-12 16:12:12

This commit is contained in:
Steph Ango
2023-09-12 16:12:12 -07:00
parent cbc7da69d0
commit 47324ff6d3
2 changed files with 5 additions and 6 deletions

View File

@@ -9,7 +9,6 @@
"director": "multitext", "director": "multitext",
"last": "date", "last": "date",
"date": "date", "date": "date",
"loc": "multitext",
"topics": "multitext", "topics": "multitext",
"rating": "number", "rating": "number",
"year": "number", "year": "number",
@@ -20,7 +19,6 @@
"isbn": "number", "isbn": "number",
"ingredients": "multitext", "ingredients": "multitext",
"imdbId": "text", "imdbId": "text",
"guest": "multitext",
"system": "text", "system": "text",
"sqft": "number", "sqft": "number",
"speaker": "multitext", "speaker": "multitext",
@@ -34,8 +32,6 @@
"producer": "multitext", "producer": "multitext",
"process": "text", "process": "text",
"phone": "text", "phone": "text",
"ratingRb": "number",
"scoreRT": "number",
"role": "text", "role": "text",
"length": "text", "length": "text",
"birthday": "date", "birthday": "date",

View File

@@ -20,7 +20,11 @@ I use very few folders. I keep the root of my vault directory for things that I
## Templates and metadata ## Templates and metadata
The `.obsidian/types.json` file shows which properties are assigned to which types. Many have short names that are meant for me to remember, e.g. `start` instead of `startdate`. The `.obsidian/types.json` file shows which properties are assigned to which types.
- Most of my properties try to be useful and reusable across categories
- Many properties have short names e.g. `start` instead of `startdate`
- I use the `list` type more than the `text` type for many properties, because I find it useful to be able to enter multiple links
## Categories and tagging ## Categories and tagging
@@ -31,7 +35,6 @@ I primarily use the category property, e.g. `category: [[Movies]]` to organize a
- Never use folders for organization - Never use folders for organization
- Single vault for everything - Single vault for everything
- Avoid non-standard Markdown - Avoid non-standard Markdown
- I use the `list` type more than the `text` type for many properties, because I find it useful to be able to enter multiple links
## Rating system ## Rating system