From d211c1c238e1aafbb36c6d2699cd76753590351d Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 31 May 2024 15:44:12 +0000 Subject: [PATCH] chore(docs): auto generate docs --- doc/obsidian.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/obsidian.txt b/doc/obsidian.txt index cd104f576..8697d718a 100644 --- a/doc/obsidian.txt +++ b/doc/obsidian.txt @@ -519,6 +519,7 @@ carefully and customize it to your needs: ["x"] = { char = "", hl_group = "ObsidianDone" }, [">"] = { char = "", hl_group = "ObsidianRightArrow" }, ["~"] = { char = "󰰱", hl_group = "ObsidianTilde" }, + ["!"] = { char = "", hl_group = "ObsidianImportant" }, -- Replace the above with this if you don't have a patched font: -- [" "] = { char = "☐", hl_group = "ObsidianTodo" }, -- ["x"] = { char = "✔", hl_group = "ObsidianDone" }, @@ -540,6 +541,7 @@ carefully and customize it to your needs: ObsidianDone = { bold = true, fg = "#89ddff" }, ObsidianRightArrow = { bold = true, fg = "#f78c6c" }, ObsidianTilde = { bold = true, fg = "#ff5370" }, + ObsidianImportant = { bold = true, fg = "#d73128" }, ObsidianBullet = { bold = true, fg = "#89ddff" }, ObsidianRefText = { underline = true, fg = "#c792ea" }, ObsidianExtLinkIcon = { fg = "#c792ea" },