diff --git a/.obsidian/types.json b/.obsidian/types.json index 6a8ae46..effc534 100644 --- a/.obsidian/types.json +++ b/.obsidian/types.json @@ -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", diff --git a/Readme.md b/Readme.md index 12180df..e4f125c 100644 --- a/Readme.md +++ b/Readme.md @@ -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