frontmatter values with spaces?
Opened this issue · 1 comments
Oneechan69 commented
I have lots of daily notes in Obsidian with the frontmatter values "Date Created" and "Date Modified", but it seems there isn't a way to specify icons for them in highlight_groups
.
ray-x commented
You should be able to use the following setup
require('yamlmatter').setup({
icon_mappings = {
['Date Created'] = '',
idea = '',
default = '',
},
})