We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3d1a6 commit b5e4e75Copy full SHA for b5e4e75
1 file changed
neovim/lua/lazy_specs/obsidian.lua
@@ -150,11 +150,14 @@ return {
150
workspaces = {
151
{ name = "personal", path = vault_path },
152
},
153
- checkboxes = {
154
- [" "] = { char = "☐", hl_group = "ObsidianTodo" },
155
- ["x"] = { char = "✔", hl_group = "ObsidianDone" },
+ checkbox = {
+ order = { " ", "x" },
156
157
ui = {
+ checkboxes = {
158
+ [" "] = { char = "☐", hl_group = "ObsidianTodo" },
159
+ ["x"] = { char = "✔", hl_group = "ObsidianDone" },
160
+ },
161
external_link_icon = { char = "🔗", hl_group = "ObsidianExtLinkIcon" },
162
163
templates = {
0 commit comments