diff --git a/README.beta.md b/README.beta.md index 5da7be41..56384938 100644 --- a/README.beta.md +++ b/README.beta.md @@ -4,7 +4,7 @@ -

Front Matter BETA is an essential Visual Studio Code extension when you want to manage the markdown pages of your static sites.

+

Front Matter a CMS running straight in Visual Studio Code

This is the BETA version of Front Matter. If you were looking for the main version, check it out at frontmatter.codes

@@ -28,6 +28,10 @@ +![](./assets/v4.0.0/banner-v2.png) + +## 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. 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. @@ -64,6 +68,28 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor

+## Installation + +You can get the extension via: + +- The VS Code marketplace: [VS Code Marketplace - Front Matter](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter). +- The extension CLI: `ext install eliostruyf.vscode-front-matter` +- Or by clicking on the following link: open extension in VS Code + +> **Info**: The docs can be found on [frontmatter.codes](https://frontmatter.codes). + +### 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: + +- The VS Code marketplace: [VS Code Marketplace - Front Matter BETA](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter-beta). +- The extension CLI: `ext install eliostruyf.vscode-front-matter-beta` +- Or by clicking on the following link: open extension in VS Code + +> **Info**: The BETA docs can be found on [beta.frontmatter.codes](https://beta.frontmatter.codes). + +## Documentation +

Check out the extension documentation at beta.frontmatter.codes diff --git a/README.md b/README.md index 8552d0b2..96d82118 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-

Front Matter is an essential Visual Studio Code extension when you want to manage the markdown pages of your static sites.

+

Front Matter a CMS running straight in Visual Studio Code

@@ -26,6 +26,10 @@ +![](./assets/v4.0.0/banner-v2.png) + +## 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. 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. @@ -62,6 +66,28 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor

+## Installation + +You can get the extension via: + +- The VS Code marketplace: [VS Code Marketplace - Front Matter](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter). +- The extension CLI: `ext install eliostruyf.vscode-front-matter` +- Or by clicking on the following link: open extension in VS Code + +> **Info**: The docs can be found on [frontmatter.codes](https://frontmatter.codes). + +### 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: + +- The VS Code marketplace: [VS Code Marketplace - Front Matter BETA](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter-beta). +- The extension CLI: `ext install eliostruyf.vscode-front-matter-beta` +- Or by clicking on the following link: open extension in VS Code + +> **Info**: The BETA docs can be found on [beta.frontmatter.codes](https://beta.frontmatter.codes). + +## Documentation +

Check out the extension documentation at frontmatter.codes diff --git a/assets/v4.0.0/banner-v2.png b/assets/v4.0.0/banner-v2.png new file mode 100644 index 00000000..9da7fe7a Binary files /dev/null and b/assets/v4.0.0/banner-v2.png differ