diff --git a/.frontmatter/content/mediaDb.json b/.frontmatter/content/mediaDb.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/.frontmatter/content/mediaDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/README.beta.md b/README.beta.md index 6fb44d3c..a780a650 100644 --- a/README.beta.md +++ b/README.beta.md @@ -28,26 +28,42 @@ -## What is Front Matter? +## โ“ What is Front Matter? -Front Matter BETA is an essential Visual Studio Code extension that simplifies working and managing your markdown articles. We created the extension to support many static-site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and more. +Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice. Jump right into editing and creating content with Front Matter and be able to preview it straight in VS Code. -The extension brings Content Management System (CMS) capabilities straight within Visual Studio Code. For example, you can keep a list of the used tags, categories, create content, and so much more. +The extension supports various static-site generators and frameworks like Hugo, Jekyll, Hexo, NextJs, Gatsby, and more. -Our main extension features are: +A couple of our extension highlights that hopefully get you interested in giving Front Matter a try: -- Page dashboard where you can get an overview of all your markdown pages. You can use it to search, filter, sort your contents. -- Site preview within Visual Studio Code +- Content, data, and media management + - Search, filter, sort, etc. all your content + - Create new content + - Supporting tools to edit content and media +- Preview your site/content straight in Visual Studio Code - SEO checks for title, description, and keywords -- Support for custom actions/scripts -- and many more +- Extensibility + - As we know, we cannot support all use cases. We provide a way to extend the functionality of the extension to your needs +- and many more features ... + +> Missing something? Let us know by opening an issue on the [GitHub repository](https://github.com/estruyf/vscode-front-matter/issues/new/choose)

- Site preview + Site preview

> If you see something missing in your article creation flow, please feel free to reach out. +**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). + +

+ Data dashboard +

+ +> Data files/folders are pieces of content that do not belong to any markdown content, but live on their own. Most of the time, these data files are used to store additional information about your project/blog/website that will be used to render the content. + **Version 5** The new media dashboard redesign got introduced + support for setting metadata on media files [v5.0.0 release notes](https://frontmatter.codes/updates/v5.0.0). @@ -70,7 +86,7 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor

-## Installation +## โš™๏ธ Installation You can get the extension via: @@ -80,7 +96,7 @@ You can get the extension via: > **Info**: The docs can be found on [frontmatter.codes](https://frontmatter.codes). -### Beta version +### ๐Ÿงช Beta version If you have the courage to test out the beta features, we made available a beta version as well. You can install this via: @@ -92,11 +108,13 @@ If you have the courage to test out the beta features, we made available a beta > **Info**: The BETA docs can be found on [beta.frontmatter.codes](https://beta.frontmatter.codes). -## Documentation +## ๐Ÿ“– Documentation -All documentation can be found on [beta.frontmatter.codes](https://beta.frontmatter.codes). +All documentation can be found on [frontmatter.codes](https://frontmatter.codes). -## Contributing +Documentation repository: [GitHub - Front Matter DOCs](https://github.com/FrontMatter/web-documentation-nextjs) + +## ๐Ÿ’ช Contributing Pull requests are welcome. Please open an issue first to discuss what you would like to change, or which problem you would like to fix. This makes it easier for us to follow-up and plan for future releases. @@ -117,7 +135,7 @@ Eager to start contributing? Great ๐Ÿคฉ, you can contribute to the following pro - [Documentation](https://github.com/FrontMatter/web-documentation-nextjs) - [Sample Projects](https://github.com/FrontMatter/project-samples) -## Show the work you are using Front Matter +## ๐Ÿ‘€ Show the work you are using Front Matter Are you using Front Matter and are you interested in showing for which websites you use it? You can show your work by opening a [showcase issue](https://github.com/estruyf/vscode-front-matter/issues/new?assignees=&labels=&template=showcase.md&title=Showcase%3A+). @@ -135,14 +153,6 @@ You can open showcase issues for the following things:

-## ๐Ÿ‘‰ Contributors ๐Ÿค˜ - -

- - - -

- ## ๐Ÿ–ค Backers & Sponsors ๐Ÿ‘‡ ๐Ÿค˜

diff --git a/README.md b/README.md index 0b9f0415..8d30d7ee 100644 --- a/README.md +++ b/README.md @@ -26,26 +26,42 @@ -## What is Front Matter? +## โ“ What is Front Matter? -Front Matter is an essential Visual Studio Code extension that simplifies working and managing your markdown articles. We created the extension to support many static-site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and more. +Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice. Jump right into editing and creating content with Front Matter and be able to preview it straight in VS Code. -The extension brings Content Management System (CMS) capabilities straight within Visual Studio Code. For example, you can keep a list of the used tags, categories, create content, and so much more. +The extension supports various static-site generators and frameworks like Hugo, Jekyll, Hexo, NextJs, Gatsby, and more. -Our main extension features are: +A couple of our extension highlights that hopefully get you interested in giving Front Matter a try: -- Page dashboard where you can get an overview of all your markdown pages. You can use it to search, filter, sort your contents. -- Site preview within Visual Studio Code +- Content, data, and media management + - Search, filter, sort, etc. all your content + - Create new content + - Supporting tools to edit content and media +- Preview your site/content straight in Visual Studio Code - SEO checks for title, description, and keywords -- Support for custom actions/scripts -- and many more +- Extensibility + - As we know, we cannot support all use cases. We provide a way to extend the functionality of the extension to your needs +- and many more features ... + +> Missing something? Let us know by opening an issue on the [GitHub repository](https://github.com/estruyf/vscode-front-matter/issues/new/choose)

- Site preview + Site preview

> If you see something missing in your article creation flow, please feel free to reach out. +**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). + +

+ Data dashboard +

+ +> Data files/folders are pieces of content that do not belong to any markdown content, but live on their own. Most of the time, these data files are used to store additional information about your project/blog/website that will be used to render the content. + **Version 5** The new media dashboard redesign got introduced + support for setting metadata on media files [v5.0.0 release notes](https://frontmatter.codes/updates/v5.0.0). @@ -68,7 +84,7 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor

-## Installation +## โš™๏ธ Installation You can get the extension via: @@ -78,7 +94,7 @@ You can get the extension via: > **Info**: The docs can be found on [frontmatter.codes](https://frontmatter.codes). -### Beta version +### ๐Ÿงช Beta version If you have the courage to test out the beta features, we made available a beta version as well. You can install this via: @@ -90,11 +106,13 @@ If you have the courage to test out the beta features, we made available a beta > **Info**: The BETA docs can be found on [beta.frontmatter.codes](https://beta.frontmatter.codes). -## Documentation +## ๐Ÿ“– Documentation All documentation can be found on [frontmatter.codes](https://frontmatter.codes). -## Contributing +Documentation repository: [GitHub - Front Matter DOCs](https://github.com/FrontMatter/web-documentation-nextjs) + +## ๐Ÿ’ช Contributing Pull requests are welcome. Please open an issue first to discuss what you would like to change, or which problem you would like to fix. This makes it easier for us to follow-up and plan for future releases. @@ -115,7 +133,7 @@ Eager to start contributing? Great ๐Ÿคฉ, you can contribute to the following pro - [Documentation](https://github.com/FrontMatter/web-documentation-nextjs) - [Sample Projects](https://github.com/FrontMatter/project-samples) -## Show the work you are using Front Matter +## ๐Ÿ‘€ Show the work you are using Front Matter Are you using Front Matter and are you interested in showing for which websites you use it? You can show your work by opening a [showcase issue](https://github.com/estruyf/vscode-front-matter/issues/new?assignees=&labels=&template=showcase.md&title=Showcase%3A+). diff --git a/assets/v6.0.0/content-preview.png b/assets/v6.0.0/content-preview.png new file mode 100644 index 00000000..7dfeb057 Binary files /dev/null and b/assets/v6.0.0/content-preview.png differ diff --git a/assets/v6.0.0/data-dashboard.png b/assets/v6.0.0/data-dashboard.png new file mode 100644 index 00000000..695d4cdd Binary files /dev/null and b/assets/v6.0.0/data-dashboard.png differ