- Add additional explanation about the plugin and how to use it.
- Allows for the Blogpost's title to be configured in either the first-level headline or the frontmatter (field is configurable)
- Breaking change: Changes configuration field names to be more specific to accommodate for new title field.
- Fixes an issue where analysis would silently fail if
Keywords:
within Frontmatter was empty. - Requires vscode
1.56.0
- Updates the change log file with all previous release information
- Requires vscode
1.55.0
. - Validates Article Length (see #71)
- Fixes an issue where the validator would count the total number of characters in a paragraph instead of the total number of words (see #71)
Fixing Links in README so screenshots are visible in the VSCode marketplace. See #62 for details.
- Improved error messages for multiple first-level headlines
- Allow users to click on locations and move cursor directly to the position
See #54 for details.
Add mdx as supported file extension (See #42) Thank you @phartenfeller!
This release ships with a new validator to ensure paragraph length. See #14 for more details. Also increasing the required VSCode version to 1.54.
This release ships with more sophisticated keyword analysis for frontmatter and the article header.
- If the user has several keywords configured, only the top two keyword should appear in
seo_title
. - If the user has several keywords configured, only the top one should appear in the article title.
- If the user has several keywords configured, only the top two should appear in
seo_description
. - Makes sure the top keyword doesn't appear more than once in
seo_description
. - We partially match the keyword in
seo_title
and the article title.
Ships with new Icons #16
Resolves a problem where treeview items wouldn't collapse. See #15 for details
Allows users to configure frontmatter field identifiers for title and descriptions.
- Comes with a new view and commands
- More Icons
- Fixed validation structures
- Header Validation
Initial Release