# Minimal Theme
## Introduction
| Location | Link |
| ------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GitHub: | <https://github.com/kepano/obsidian-minimal> |
| Obsidian Hub: | [Minimal Theme](https://publish.obsidian.md/hub/02+-+Community+Expansions/02.05+All+Community+Expansions/Themes/Minimal) |
| Test note in Tasks-Demo vault: | [Theme - Minimal Theme](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/Styling/Theme%20-%20Minimal%20Theme.md) |
## Screenshot
![Sample tasks show in Reading mode, with the Minimal Theme](../../../images/theme-minimal-reading-view.png)
## Supported statuses
<!-- snippet: DocsSamplesForStatuses.test.Theme_Minimal_Text.approved.txt -->
```txt
- [ ] #task `space` to-do
- [/] #task `/` incomplete
- [x] #task `x` done
- [-] #task `-` canceled
- [>] #task `>` forwarded
- [<] #task `<` scheduling
- [?] #task `?` question
- [!] #task `!` important
- [*] #task `*` star
- ["] #task `"` quote
- [l] #task `l` location
- [b] #task `b` bookmark
- [i] #task `i` information
- [S] #task `S` savings
- [I] #task `I` idea
- [p] #task `p` pros
- [c] #task `c` cons
- [f] #task `f` fire
- [k] #task `k` key
- [w] #task `w` win
- [u] #task `u` up
- [d] #task `d` down
```
<!-- endSnippet -->
## Tasks' one-click addition
Tasks' setting pane has a one-click button to add the following information, representing the custom checkboxes in this plugin.
<!-- placeholder to force blank line before included text --><!-- include: DocsSamplesForStatuses.test.Theme_Minimal_Table.approved.md -->
| Status Symbol | Next Status Symbol | Status Name<br>`status.name includes...`<br>`sort by status.name`<br>`group by status.name` | Status Type<br>`status.type is...`<br>`sort by status.type`<br>`group by status.type` | Needs Custom Styling |
| ----- | ----- | ----- | ----- | ----- |
| `space` | `x` | to-do | `TODO` | No |
| `/` | `x` | incomplete | `IN_PROGRESS` | Yes |
| `x` | `space` | done | `DONE` | No |
| `-` | `space` | canceled | `CANCELLED` | Yes |
| `>` | `x` | forwarded | `TODO` | Yes |
| `<` | `x` | scheduling | `TODO` | Yes |
| `?` | `x` | question | `TODO` | Yes |
| `!` | `x` | important | `TODO` | Yes |
| `*` | `x` | star | `TODO` | Yes |
| `"` | `x` | quote | `TODO` | Yes |
| `l` | `x` | location | `TODO` | Yes |
| `b` | `x` | bookmark | `TODO` | Yes |
| `i` | `x` | information | `TODO` | Yes |
| `S` | `x` | savings | `TODO` | Yes |
| `I` | `x` | idea | `TODO` | Yes |
| `p` | `x` | pros | `TODO` | Yes |
| `c` | `x` | cons | `TODO` | Yes |
| `f` | `x` | fire | `TODO` | Yes |
| `k` | `x` | key | `TODO` | Yes |
| `w` | `x` | win | `TODO` | Yes |
| `u` | `x` | up | `TODO` | Yes |
| `d` | `x` | down | `TODO` | Yes |
<!-- placeholder to force blank line after included text --><!-- endInclude -->