|
1 | | -# How to use this system |
| 1 | +# Usage |
2 | 2 |
|
3 | | -## Creating new notes |
| 3 | +Always use the colored buttons in the ribbon (left-side bar). There is a button for each task: |
| 4 | +- New Quest |
| 5 | +- New Item |
| 6 | +- New Template |
| 7 | +- and so on... |
4 | 8 |
|
5 | | -One of these: |
6 | | -- Click one of the colored buttons in the ribbon (left-side bar). |
7 | | -- Use the command `QuickAdd: New <template name>` and pick one of the templates. Adjust properties in the created file. |
8 | | -## Creating new templates |
| 9 | + |
| 10 | + |
| 11 | +For Quests and Inventory, set fields in the front matter as you like. You can also add additional content in the note body. |
| 12 | + |
| 13 | +## Graph View |
| 14 | + |
| 15 | +The Inventory has been structured such that the Obsidian Graph View can automatically generate a nice hierarchical view of your inventory. Every item points upwards to its container, such that they are connected in the graph. This allows you to traverse the graph and see from a glance where everything is. |
| 16 | + |
| 17 | + |
9 | 18 |
|
10 | | -One of these: |
11 | | -- Click on the `New Template` button in the ribbon. |
12 | | -- Use the command `QuickAdd: New Template`. |
13 | 19 | ## Creating new classes |
14 | 20 |
|
15 | 21 | Metadata Menu, QuickAdd, and Templater are used for the class system: |
16 | 22 | 1. Create a note for each selector field with all possible values in `Settings/Fields` |
17 | 23 | 2. Create a file class in `Settings/Classes`. This represents a new type of class and defines the fields for the template. |
18 | | -3. Use the command `QuickAdd: New Template` (or click on the button in the ribbon) to create a new template file. Wait until it prompts for adding properties, and click on the "add to end of front matter" button on the top right of the modal. |
| 24 | +3. Use the `New Template` button to create a new template file. Wait until it prompts for adding properties, and click on the `Add this field at the end of the front matter` button on the top right of the modal. |
19 | 25 | 4. Create a new QuickAdd template choice for creating the note. |
20 | 26 |
|
21 | | -## Updating a note's front matter |
22 | | - |
23 | | -Easiest method is to click on the class icon button in the note and select "Insert missing fields in the front matter". It's at the bottom of the front matter. |
24 | | - |
25 | | -Another method is to use the command `Metadata Menu: Bulk insert missing fields` and click on the last button, "Insert at the end of the front matter". |
26 | | - |
| 27 | +## Updating a note's front matter with new fields |
27 | 28 |
|
| 29 | +Easiest method is to click on the class icon button in the note and select `Insert missing fields in the front matter`. It's at the bottom of the front matter. |
28 | 30 |
|
| 31 | +Another method is to use the command `Metadata Menu: Bulk insert missing fields` and click on the last button, `Insert at the end of the front matter`. |
0 commit comments