obsidian-task-marker
obsidian-task-marker copied to clipboard
Can cycle task status include an entry for a plain (non-task) bullet?
I would like to use the the "cycle task status" command as a drop-in replacement for the built-in "cycle bullet/checkbox" command, but it seems that this isn't currently possible.
For full feature parity with the built-in command, we would also mark a line as the first task type (which could be bullet) when calling the command on a non-bullet line (currently this is treated as an error).
This is supported in the following commit and will be released after I test it for a few days. https://github.com/wenlzhang/obsidian-task-marker/commit/168251b3af57bd29c01b41a7d9e5978b8a8d9e12
A toggle is added to allow users to select whether to include the list item as the first cycled status or not.
A new version is released for this feature. Besides, the way of retaining cursor location is adjusted when switching among list and task items. https://github.com/wenlzhang/obsidian-task-marker/releases/tag/0.5.1
Thanks! There's still something missing for me though.
The standard "Cycle bullet/checklist" also turns a simple line of text the cursor is on into a bullet list item. Using the "Task Marker: cycle bullet" with the newly added option to support list items will fail on a regular line of text. Turning the text if it's not already a bullet item into one would be a great addition IMHO.
Turning the text if it's not already a bullet item into one would be a great addition IMHO.
Thanks for the feedback. I can think about adding a toggle for this.