[nvim] Fix obsidian todo-character cycle order
This commit is contained in:
@@ -32,18 +32,13 @@ return {
|
||||
time_format = "%H:%M",
|
||||
},
|
||||
|
||||
checkbox = {
|
||||
order = { " ", "x", "/", ">", "~", "!" },
|
||||
},
|
||||
|
||||
ui = {
|
||||
-- Disable the UI features and let render-markdown.nvim handle it.
|
||||
enable = false,
|
||||
-- Even with UI disabled, this determines the order of checkbox states for the smart action.
|
||||
checkboxes = {
|
||||
[" "] = { char = "☐", hl_group = "ObsidianTodo" },
|
||||
["x"] = { char = "✔", hl_group = "ObsidianDone" },
|
||||
["/"] = { char = "⧗", hl_group = "ObsidianTodo" },
|
||||
[">"] = { char = "»", hl_group = "ObsidianRightArrow" },
|
||||
["~"] = { char = "»", hl_group = "ObsidianTilde" },
|
||||
["!"] = { char = "⛝", hl_group = "ObsidianDone" },
|
||||
},
|
||||
},
|
||||
|
||||
-- Put the note ID in the wiki links
|
||||
|
||||
Reference in New Issue
Block a user