Skip to content

Sort the order in which we want to-do items to appear #780

@moshpirit

Description

@moshpirit

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions