# Border Theme ## Introduction | Location | Link | | ------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | GitHub: | <https://github.com/Akifyss/obsidian-border> | | Obsidian Hub: | [Border Theme](https://publish.obsidian.md/hub/02+-+Community+Expansions/02.05+All+Community+Expansions/Themes/Border) | | Test note in Tasks-Demo vault: | [Theme - Border Theme](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/Styling/Theme%20-%20Border%20Theme.md) | | Notes: | | ## Screenshot ![Sample tasks show in Reading mode, with the Border Theme](../../../images/theme-border-reading-view.png) ## Supported statuses <!-- snippet: DocsSamplesForStatuses.test.Theme_Border_Text.approved.txt --> ```txt - [ ] #task `space` To Do - [/] #task `/` In Progress - [x] #task `x` Done - [-] #task `-` Cancelled - [>] #task `>` Rescheduled - [<] #task `<` Scheduled - [!] #task `!` Important - [?] #task `?` Question - [i] #task `i` Infomation - [S] #task `S` Amount - [*] #task `*` Star - [b] #task `b` Bookmark - [“] #task `“` Quote - [n] #task `n` Note - [l] #task `l` Location - [I] #task `I` Idea - [p] #task `p` Pro - [c] #task `c` Con - [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_Border_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` | In Progress | `IN_PROGRESS` | Yes | | `x` | `space` | Done | `DONE` | No | | `-` | `space` | Cancelled | `CANCELLED` | Yes | | `>` | `x` | Rescheduled | `TODO` | Yes | | `<` | `x` | Scheduled | `TODO` | Yes | | `!` | `x` | Important | `TODO` | Yes | | `?` | `x` | Question | `TODO` | Yes | | `i` | `x` | Infomation | `TODO` | Yes | | `S` | `x` | Amount | `TODO` | Yes | | `*` | `x` | Star | `TODO` | Yes | | `b` | `x` | Bookmark | `TODO` | Yes | | `“` | `x` | Quote | `TODO` | Yes | | `n` | `x` | Note | `TODO` | Yes | | `l` | `x` | Location | `TODO` | Yes | | `I` | `x` | Idea | `TODO` | Yes | | `p` | `x` | Pro | `TODO` | Yes | | `c` | `x` | Con | `TODO` | Yes | | `u` | `x` | Up | `TODO` | Yes | | `d` | `x` | Down | `TODO` | Yes | <!-- placeholder to force blank line after included text --><!-- endInclude -->