-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Description
This is my config regarding to do lists:
[' '] = { hl_group = 'ObsidianTodo' },
['/'] = { hl_group = 'ObsidianDoing' },
['x'] = { hl_group = 'ObsidianDone' },
['W'] = { char = '', hl_group = 'ObsidianWaiting' },
['i'] = { hl_group = 'ObsidianTilde' },
['!'] = { hl_group = 'ObsidianImportant' },When pressing Return on a to-do list, we get this - [ ], if we repeat it, we get the rest in this order:
- [x]
- [i]
- [/]
- [W]
- [!]It would be great to set our own order, since, I don't use [i] that much, but appears before [/], which I use a lot.
Reactions are currently unavailable