2023-09-12 16:12:12
This commit is contained in:
4
.obsidian/types.json
vendored
4
.obsidian/types.json
vendored
@@ -9,7 +9,6 @@
|
||||
"director": "multitext",
|
||||
"last": "date",
|
||||
"date": "date",
|
||||
"loc": "multitext",
|
||||
"topics": "multitext",
|
||||
"rating": "number",
|
||||
"year": "number",
|
||||
@@ -20,7 +19,6 @@
|
||||
"isbn": "number",
|
||||
"ingredients": "multitext",
|
||||
"imdbId": "text",
|
||||
"guest": "multitext",
|
||||
"system": "text",
|
||||
"sqft": "number",
|
||||
"speaker": "multitext",
|
||||
@@ -34,8 +32,6 @@
|
||||
"producer": "multitext",
|
||||
"process": "text",
|
||||
"phone": "text",
|
||||
"ratingRb": "number",
|
||||
"scoreRT": "number",
|
||||
"role": "text",
|
||||
"length": "text",
|
||||
"birthday": "date",
|
||||
|
||||
@@ -20,7 +20,11 @@ I use very few folders. I keep the root of my vault directory for things that I
|
||||
|
||||
## 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
|
||||
|
||||
@@ -31,7 +35,6 @@ I primarily use the category property, e.g. `category: [[Movies]]` to organize a
|
||||
- Never use folders for organization
|
||||
- Single vault for everything
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user