Skip to content

Frontmatter Parsing

Compare
Choose a tag to compare
@jamesmagoo jamesmagoo released this 12 Jan 19:38
· 58 commits to master since this release

Release Notes for Plugin Update v1.6.0

Frontmatter Parsing: The plugin now efficiently parses the frontmatter of Markdown (.md) files. This enhancement allows for seamless extraction and utilization of metadata contained within the frontmatter section.

New Features:

  • Automatic Article Info Population: Utilizing the parsed data from the frontmatter, the plugin now automatically populates the article information fields. This feature streamlines the process of metadata handling and improves overall user experience.

  • Frontmatter Removal from Article Body: Post data extraction, the plugin now automatically removes the frontmatter from the body of the article. This ensures that the content displayed to the end-users is free from unnecessary metadata, providing a cleaner and more focused article body.

Contributions:

  • Special thanks to @sfr075 , whose contribution made these new features possible.