generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Tasks works with SlrVb's Alternative Checkboxes (#1174)
* vault: Add some sample tasks with different states * vault: Add "ITS Theme", to allow viewing custom checkboxes * vault: Add #task tag to Custom Statuses.md * vault: Add a tasks query showing the custom statuses * fix: Tasks now honours capitalised custom statuses, such as '- [D]' * vault: Add snippet 'S - Checkboxes.css' Downloaded from: https://github.com/SlRvb/Obsidian--ITS-Theme/blob/5fe6b3f0061e22f29e2c52a658d1b6132d81f24e/Snippets/S%20-%20Checkboxes.css * Revert "vault: Add "ITS Theme", to allow viewing custom checkboxes" This reverts commit 6d0ad07. * vault: Add descriptive text to 'Custom Statuses.md' * vault: Rename sample to "SlrVb's Alternative Checkboxes.md"
- Loading branch information
1 parent
a5b1cf8
commit 1a889bc
Showing
4 changed files
with
984 additions
and
1 deletion.
There are no files selected for viewing
917 changes: 917 additions & 0 deletions
917
resources/sample_vaults/Tasks-Demo/.obsidian/snippets/S - Checkboxes.css
Large diffs are not rendered by default.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
...urces/sample_vaults/Tasks-Demo/Manual Testing/SlrVb's Alternative Checkboxes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# SlrVb's Alternative Checkboxes | ||
|
||
## Background | ||
|
||
This page demonstrates SlRvb's [Alternate-Checkboxes](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/Guide/Alternate-Checkboxes.md) from the [ITS-Theme.](https://github.com/SlRvb/Obsidian--ITS-Theme), with the Tasks plugin installed. | ||
|
||
It was created to test the fix for [Tasks Issue #520: In combination with SlrVb's S-Checkbox CSS, Task Plugin breaks that style](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/520). | ||
|
||
## How to use this file | ||
|
||
### Setup | ||
|
||
1. Go to Settings > Appearance > **Enable the 'S - Checkboxes' snippet** | ||
2. Optionally, install and enable the [Style Settings](obsidian://show-plugin?id=obsidian-style-settings) plugin. | ||
|
||
### Use | ||
|
||
The tasks below should look like one of the images in the [Alternate Checkboxes documentation](https://github.com/SlRvb/Obsidian--ITS-Theme/blob/main/Guide/Alternate-Checkboxes.md), depending on your display settings. | ||
|
||
## One of each task status | ||
|
||
- [ ] #task Unchecked | ||
- [x] #task Regular | ||
- [X] #task Checked | ||
- [-] #task Dropped | ||
- [>] #task Forward | ||
- [D] #task Defer | ||
- [?] #task Question | ||
- [/] #task Half Done | ||
- [+] #task Add | ||
- [R] #task Research | ||
- [!] #task Important | ||
- [i] #task Idea | ||
- [B] #task Brainstorm | ||
- [P] #task Pro | ||
- [C] #task Con | ||
- [Q] #task Quote | ||
- [N] #task Note | ||
- [b] #task Bookmark | ||
- [I] #task Information | ||
- [p] #task Paraphrase | ||
- [L] #task Location | ||
- [E] #task Example | ||
- [A] #task Answer | ||
- [r] #task Reward | ||
- [c] #task Choice | ||
|
||
## Rendered in Tasks results block | ||
|
||
```tasks | ||
path includes Custom Statuses | ||
group by filename | ||
short mode | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters