obsidian-toggle-list
obsidian-toggle-list copied to clipboard
This is a simple plugin for Obsidian to overwrite the default behavior of toggle checkbox status. Also, it offers a simple way to toggle through frequently used attributes: task states, task tags, hig...
## Background Imagine we have a task with a created date, thanks to ToggleList: ``` - [ ] My task ➕ 2024-01-01 ``` When we use ToggleList again to cycle...
It would be nice to be able to provide a description in the suggestion window. Maybe with handlebars or something. For example, ``` - [ ] {d:Blank} - [x] {d:Completed}...
Let's say I have a state group command binding with a certain name, assign a hotkey to the binding with that name. If I change then name, then the hotkey...
Thanks for making this plugin, it is super handy for working with tasks and perfectly complements the other task plugins. I was hoping to use this plugin to toggle 'status'...
Now that obsidian has canvas, the state diagram can be converted to/from a canvas page. In that way, I can avoid using text area to config states. the discussion and...
In my vault, I use a variety of task statuses. These will be checkboxes such as `- [!]`, `- [S]`, `- [*]`, etc. (I use the default task statuses included...
Hi, The Obsidian team has received several reports of this plugin causing users to have their custom hotkeys erased (#36). We have investigated the claims and reviewed the offending code....