Track Blocks

Track blocks are used to represent Progress Tracks, a core Ironsworn and Starforged feature.

Progress Tracks in Iron Vault are Entities, and can only have one note per Track, since their data is stored in frontmatter. These Tracks can be placed anywhere as long as they have the right metadata, which they require in order to render correctly. You can use Create a progress track to generate these.

Example

The following file:

---
tags:
  - incomplete
iron-vault-kind: progress
track-type: Vow
complete: false
unbounded: false
name: I vow to write this documentation
progress: 28
rank: dangerous
---
```iron-vault-track
```

Will render a track that looks like this:

Write the Docs

I vow to write this documentation

  1. box 4
  2. box 4
  3. box 4
  4. box 4
  5. box 4
  6. box 2
  7. box 0
  8. box 0
  9. box 0
  10. box 0
ticks

Interacting with the Track Block

To mark progress on the vow, click on the + button. To remove progress, use the - button. If you want more fine-grained control over the number of ticks, such as removing only 2 ticks in a Dangerous track, you can click on the text field with the number of ticks and edit it. The number of ticks will be updated when you click away or press enter.