Skip to content

Commit eae535c

Browse files
committed
feat: 'Review and check your Statuses' now links to docs for styling statuses
1 parent 2e2e73c commit eae535c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Statuses/StatusRegistryReport.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ The status symbols and names in the task descriptions were correct when this fil
5757
5858
If you have modified the sample tasks since they were created, you can see the current status types and names in the group headings in the Tasks search below.
5959
60+
> [!Tip] Tip: If all your checkboxes look the same...
61+
> If all the checkboxes look the same in Reading Mode or Live Preview, see [Style custom statuses](https://publish.obsidian.md/tasks/How+To/Style+custom+statuses) for how to select a theme or CSS snippet to style your statuses.
62+
6063
${sampleTasksText.join('\n')}
6164
6265
## Search the Sample Tasks

tests/Statuses/StatusRegistryReport.test.StatusRegistryReport_should_create_a_report.approved.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ The status symbols and names in the task descriptions were correct when this fil
7171

7272
If you have modified the sample tasks since they were created, you can see the current status types and names in the group headings in the Tasks search below.
7373

74+
> [!Tip] Tip: If all your checkboxes look the same...
75+
> If all the checkboxes look the same in Reading Mode or Live Preview, see [Style custom statuses](https://publish.obsidian.md/tasks/How+To/Style+custom+statuses) for how to select a theme or CSS snippet to style your statuses.
76+
7477
- [ ] Sample task 1: status symbol=`space` status name='Todo'
7578
- [x] Sample task 2: status symbol=`x` status name='Done'
7679
- [/] Sample task 3: status symbol=`/` status name='In Progress'

0 commit comments

Comments
 (0)