diff --git a/README.md b/README.md index 45fc04ad..43945c64 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,28 @@ -
@@ -28,11 +49,17 @@
## β What is Front Matter?
-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.
+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 supports various static-site generators and frameworks like Hugo, Jekyll, Hexo, NextJs, Gatsby, and more.
+The extension supports various static-site generators and frameworks like Hugo,
+Jekyll, Hexo, NextJs, Gatsby, and more.
-A couple of our extension highlights that hopefully get you interested in giving Front Matter a try:
+A couple of our extension highlights that hopefully get you interested in giving
+Front Matter a try:
- Content, data, and media management
- Search, filter, sort, etc. all your content
@@ -41,30 +68,40 @@ A couple of our extension highlights that hopefully get you interested in giving
- Preview your site/content straight in Visual Studio Code
- SEO checks for title, description, and keywords
- Extensibility
- - As we know, we cannot support all use cases. We provide a way to extend the functionality of the extension to your needs
+ - 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)
+> Missing something? Let us know by opening an issue on the
+> [GitHub repository](https://github.com/estruyf/vscode-front-matter/issues/new/choose)
@@ -114,33 +164,47 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor
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 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
+- Or by clicking on the following link: open
+ extension in VS Code
-> **Info**: The docs can be found on [frontmatter.codes](https://frontmatter.codes).
+> **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:
+If you have the courage to test out the beta features, we made available a beta
+version as well. You can install this via:
- Uninstall the main Front Matter version
- Install the beta version
- - VS Code marketplace: [VS Code Marketplace - Front Matter BETA](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter-beta).
+ - 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
+ - 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).
+> **Info**: The BETA docs can be found on
+> [beta.frontmatter.codes](https://beta.frontmatter.codes).
## π Documentation
-All documentation can be found on [frontmatter.codes](https://frontmatter.codes).
+All documentation can be found on
+[frontmatter.codes](https://frontmatter.codes).
-Documentation repository: [GitHub - Front Matter DOCs](https://github.com/FrontMatter/web-documentation-nextjs)
+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.
+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.
You can always help us improve the extension in varous ways like:
@@ -153,7 +217,8 @@ You can always help us improve the extension in varous ways like:
- Tutorials
- etc.
-Eager to start contributing? Great π€©, you can contribute to the following projects:
+Eager to start contributing? Great π€©, you can contribute to the following
+projects:
- [Extension](https://github.com/estruyf/vscode-front-matter)
- [Documentation](https://github.com/FrontMatter/web-documentation-nextjs)
@@ -161,13 +226,16 @@ Eager to start contributing? Great π€©, you can contribute to the following pro
## π 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+).
+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+).
You can open showcase issues for the following things:
- Show the website for which you use Front Matter;
- Share an article/video/webcast/... that explains how you use Front Matter;
-- Got something else to share? Open an issue and we can see where it fits on our website.
+- Got something else to share? Open an issue and we can see where it fits on our
+ website.
## π Contributors π€
@@ -209,9 +277,15 @@ You can open showcase issues for the following things:
## π Telemetry
-The Front Matter CMS extension only uses telemetry on application crashes. The extension respects the `telemetry.enableTelemetry` setting which you can learn more about in the [Visual Studio Code FAQ](https://aka.ms/vscode-remote/telemetry).
+The Front Matter CMS extension only uses telemetry on application crashes. The
+extension respects the `telemetry.enableTelemetry` setting which you can learn
+more about in the
+[Visual Studio Code FAQ](https://aka.ms/vscode-remote/telemetry).
-For crash reports in the webviews, we make use of Sentry to help us understand what went wrong. This data is only used to fix issues and improve the extension. You can find more information about the Sentry implementation in the following files:
+For crash reports in the webviews, we make use of Sentry to help us understand
+what went wrong. This data is only used to fix issues and improve the extension.
+You can find more information about the Sentry implementation in the following
+files:
- [Sentry config](https://github.com/estruyf/vscode-front-matter/blob/63e296d62f11be73ac86d9e823084247952a7ddc/src/utils/sentryInit.ts)
@@ -94,15 +138,21 @@ The new media dashboard redesign got introduced + support for setting metadata o
**Version 4**
-Support for Team level settings, content-types, and image support. Get to know more at: [v4.0.0 release notes](https://frontmatter.codes/updates/v4_0_0).
+Support for Team level settings, content-types, and image support. Get to know
+more at: [v4.0.0 release notes](https://frontmatter.codes/updates/v4_0_0).
**Version 3**
-In version v3 we introduced the welcome and dashboard webview. The welcome view allows to get you started using the extension, and the dashboard allows you to manage all your markdown pages in one place. This makes it easy to search, filter, sort, and more.
+In version v3 we introduced the welcome and dashboard webview. The welcome view
+allows to get you started using the extension, and the dashboard allows you to
+manage all your markdown pages in one place. This makes it easy to search,
+filter, sort, and more.
**Version 2**
-In version v2 we released the re-designed sidebar panel with improved SEO support. This extension makes it the only extension to manage your Markdown pages for your static sites in Visual Studio Code.
+In version v2 we released the re-designed sidebar panel with improved SEO
+support. This extension makes it the only extension to manage your Markdown
+pages for your static sites in Visual Studio Code.