Skip to content

7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 13:55
· 249 commits to master since this release

New things

Add an "Exclude front matter keys" option to "Search commands" (#123)

image

Add a "title" attribute to the front matter span

For example, if you add CSS definitions as follows

/* Another Quick Switcher */
.another-quick-switcher__item__meta__front_matter[title^="updated: "] {
    color: seagreen;
}

Then

image