If you want to create a bullet list in Obsidian, type - before text. It converts your text into a bullet point, and you can hit Enter to add more bullet points. - Point 1 - Point 2 - Point 3 To-do list and horizontal bar While Obsidian doesn’t support reminders, you can...
List bullet points: replace with provided icon based on level Checkboxes: replace with provided icon based on whether they are checked Block quotes: replace leading > with provided icon Tables: replace border characters, does NOT automatically align Callouts Github & Obsidian out of the box, suppo...
I'm not sure if this is only for documentation, but I would use it in general issues and other places supporting markdown. I would especially like to see one that is red in terms of "caution". That might be especially useful with enforcing a code of conduct when you've already provide...
-- Bullet points in list bullet = 'Normal', checkbox = { -- Unchecked checkboxes unchecked = '@markup.list.unchecked', -- Checked checkboxes checked = '@markup.list.checked', }, table = { -- Header of a markdown table head = '@markup.heading', -- Non header rows in a markdown...
List bullet points: replace with provided icon based on level Checkboxes: replace with provided icon based on whether they are checked Block quotes: replace leading>with provided icon Tables: replace border characters, does NOT automatically align ...
--Pre configured settings that will attempt to mimic various target--user experiences. Any user provided settings will take precedence.--obsidian: mimic Obsidian UI--lazy: will attempt to stay up to date with LazyVim configuration--none: does nothingpreset='none',--Capture groups that get ...