Blame
|
1 | # Notes |
||||||
| 2 | ||||||||
| 3 | The Notes tab contains important notes about your vehicle. |
|||||||
| 4 | ||||||||
|
5 | ## Markdown Parsing |
||||||
| 6 | Markdown formatting is supported across all Notes fields in the app. The underlying markdown parser is [Drawdown](https://github.com/adamvleggett/drawdown). To toggle between edit and preview mode, simply click on the markdown icon next to the "Notes" label. |
|||||||
| 7 | ||||||||
|
8 |  |
||||||
|
9 | |||||||
|
10 |  |
||||||
|
11 | |||||||
| 12 | There is also a setting, that when enabled, will automatically load all notes in Markdown form when viewing existing records. The only exception is when an existing record has an empty notes field. |
|||||||
| 13 | ||||||||
|
14 | ## Pinned Notes |
||||||
| 15 | Notes can be pinned by checking the "Pinned" switch when creating or editing a note. |
|||||||
| 16 | ||||||||
|
17 |  |
||||||
|
18 | |||||||
| 19 | Pinned Notes will always show up at the very top of the list. |
|||||||
| 20 | ||||||||
|
21 |  |
||||||
|
22 | |||||||
|
23 | ## Bulk Operations |
||||||
| 24 | On top of the standard Duplicate and Delete functions for records, you can also toggle, pin, or unpin notes in bulk. |
|||||||
| 25 | ||||||||
|
26 |  |
||||||
|
27 | |||||||
| 28 | - Toggle Pin - If the record is pinned it will be unpinned and vice versa. |
|||||||
| 29 | - Pin - Pin the selected records if they aren't pinned. |
|||||||
| 30 | - Unpin - Unpin the selected records if they're pinned. |
|||||||
