diff --git a/.frontmatter/content/mediaDb.json b/.frontmatter/content/mediaDb.json index 9e26dfee..df5c2faf 100644 --- a/.frontmatter/content/mediaDb.json +++ b/.frontmatter/content/mediaDb.json @@ -1 +1 @@ -{} \ No newline at end of file +{"assets":{"v7.0.0":{"snippets-dashboard.png":{"caption":"Snippets dashboard","alt":"Snippets dashboard"}}}} \ No newline at end of file diff --git a/.frontmatter/templates/.gitkeep b/.frontmatter/templates/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/.vscodeignore b/.vscodeignore index 665aa6ee..b47ca59c 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -22,4 +22,6 @@ assets/v2.* assets/v3.* assets/v4.* assets/sponsors -dist/*.html \ No newline at end of file +dist/*.html +frontmatter.json +.frontmatter \ No newline at end of file diff --git a/README.beta.md b/README.beta.md index 1fd4b486..416b7d29 100644 --- a/README.beta.md +++ b/README.beta.md @@ -54,6 +54,12 @@ A couple of our extension highlights that hopefully get you interested in giving > If you see something missing in your article creation flow, please feel free to reach out. +**Version 7** + +Snippets support for Front Matter has been added! + +![Snippets dashboard](/assets/v7.0.0/snippets-dashboard.png) + **Version 6** In this version, we introduced the new data files/folders dashboard. You can find more information about the release in our [v6.0.0 release notes](https://frontmatter.codes/updates/v6.0.0). diff --git a/README.md b/README.md index d51a15fe..021150f0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ A couple of our extension highlights that hopefully get you interested in giving > If you see something missing in your article creation flow, please feel free to reach out. +**Version 7** + +Snippets support for Front Matter has been added! + +![Snippets dashboard](/assets/v7.0.0/snippets-dashboard.png) + **Version 6** In this version, we introduced the new data files/folders dashboard. You can find more information about the release in our [v6.0.0 release notes](https://frontmatter.codes/updates/v6.0.0). diff --git a/assets/v7.0.0/snippets-dashboard.png b/assets/v7.0.0/snippets-dashboard.png new file mode 100644 index 00000000..8030a0fd Binary files /dev/null and b/assets/v7.0.0/snippets-dashboard.png differ diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 00000000..c66afcd7 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", + "frontMatter.framework.id": "other", + "frontMatter.content.publicFolder": "", + "frontMatter.content.pageFolders": [ + { + "title": ".vscode", + "path": "[[workspace]]/.vscode" + } + ] +} \ No newline at end of file