Currently, Cmd+enter would preface a line with a normal list bullet point and activating the same shortcut would toggle it between unchecked and checked task list.
Is there a plugin somewhere that would toggle through the following?
- "- " list item
- “- [ ]” unchecked task
- “- [/]” In progress task
- " - [x]" checked task
- “@” event
I was able to hobble something like this for the Drafts app, but I couldn’t make heads or tails of how to create a plugin for Obsidian.
I hope someone can help, either pointing me to a plugin or to Obsidian documentation that shows how I can take the currently active/selected lines, and make regex changes.