Version 10.8.0 release notes
Discover the key features and enhancements in Front Matter CMS version 10.8.0, including new settings and improved filename sanitization.
Published:
RSS feed for the changelog
You can now subscribe to the Front Matter CMS changelog using the new RSS feed. This feed will keep you up to date with the latest changes and enhancements.
- RSS feed:
https://frontmatter.codes/api/rss
New setting to open the panel view on supported files
With the new setting frontMatter.panel.openOnSupportedFile
, you can now configure if the Front Matter CMS panel view should open automatically when you open a supported file. The default value is false
.
{
"frontMatter.panel.openOnSupportedFile": true
}
New placeholders for the slug template setting
Two new placeholders have been added to the slug template setting:
{{fileName}}
: This will be replaced with the filename of the file.{{sluggedFileName}}
: This will be replaced with the slugged version of the filename.
InfoYou can find more information about in the slug placeholders documentation section.
Improved filename sanitization
The filename sanitization has been improved to handle more edge cases.
Related issues/enhancements
🎨 Enhancements
- #915: Added a new setting
frontMatter.panel.openOnSupportedFile
which allows you to open the panel view on supported files - #921: Improve the filename sanitization
- #922: Added
{{fileName}}
and{{sluggedFileName}}
placeholders for the slug template setting