Support for alternate checkbox tasks
See original GitHub issueI’ve been using alternate checkboxes to track different task states, inspired by SlRvb’s implementation in their ITS theme, and I’ve discovered that Dataview only recognizes checkboxes that have ’ ', ‘x’, or ‘X’ in the box. Dataview ignores top-level checklist items that have any other character in the box, and nested alternate checklist items include "[char
] " in their text
.
Ideally, Dataview could recognize any bulleted item with any single character in the box at the front as a task. It would also be helpful to include that character as the task’s state
, status
, type
, or something along those lines.
Possible extensions:
- Numerical tasks like
- [2/10] Do this thing 10 times
- Unicode glyphs (e.g. emoji)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:29 (13 by maintainers)
Top Results From Across the Web
Task Collector plugin for alternate checkboxes shortcuts - Reddit
Task Collector plugin for alternate checkboxes shortcuts ... My usage of Task Collector is for archiving (and deleting) completed tasks all in one ......
Read more >Add support for GFM-style checkbox task list #259 - GitHub
This is from a Google Group post. Github supports an extension to Markdown for creating checkbox task lists. This MD: - [x] @mentions,...
Read more >Alternative to a lot of checkboxes - UX Stack Exchange
Alternative to a lot of checkboxes · 2. Is it possible to provide some additional data along with the codes? · 4. Can...
Read more >Checkboxes (The Org Manual)
Toggle checkbox status by using the checkbox of the item at point as a radio button: when the checkbox is turned on, all...
Read more >Solved: How to use mandatory checkboxes on Catalog Tasks f...
I have a request to add several checklists to a workflow so that fulfillers are required to check the boxes before closing the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll need to add an API option for overriding the click handler - that way Dataview can provide the task metadata and source file.
Will be available as
task.status
in the next major update.