mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
Documentation updates
This commit is contained in:
@@ -40,7 +40,7 @@ export const CTA: React.FunctionComponent<ICTAProps> = (props: React.PropsWithCh
|
||||
<div className={`relative sm:mx-auto sm:max-w-3xl sm:px-0 lg:-mr-40 lg:max-w-none lg:h-full lg:pl-12`}>
|
||||
<img
|
||||
className={`w-full lg:h-full lg:w-auto lg:max-w-none`}
|
||||
src={`https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/preview.png`}
|
||||
src={`https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631871148/frontmatter/preview-3.2.0.png`}
|
||||
alt={`Front Matter - Headless CMS - Live page preview`}
|
||||
loading={`lazy`} />
|
||||
</div>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
- [#103](https://github.com/estruyf/vscode-front-matter/issues/103): Added title and description field to the metadata section
|
||||
- [#104](https://github.com/estruyf/vscode-front-matter/issues/104): Allow to set images in front matter from the metadata panel section
|
||||
- [#105](https://github.com/estruyf/vscode-front-matter/issues/105): Content Type support with backwards compatibility
|
||||
- [#107](https://github.com/estruyf/vscode-front-matter/issues/107): Number field support added in content types fields
|
||||
|
||||
## [3.1.0] - 2021-09-10
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ Our default content type consists of the following fields:
|
||||
|
||||
We'll use the default one when you start writing your markdown content, and no other content type is defined.
|
||||
|
||||

|
||||

|
||||
|
||||
## Changing the default content type
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ Our main extension features are:
|
||||
- Support for custom actions/scripts
|
||||
- and many more
|
||||
|
||||

|
||||

|
||||
|
||||
## Why Front Matter?
|
||||
|
||||
|
||||
@@ -82,10 +82,12 @@ The following settings are related to these actions:
|
||||
|
||||
## Metadata
|
||||
|
||||
In the metadata section, you can
|
||||
In the metadata section, you can manage the front matter of your Markdown file. This section is fully customizable to your needs with our `content type` support.
|
||||
|
||||

|
||||
|
||||
> **Info**: More information about content types can be read at [content type section](/docs/content-types).
|
||||
|
||||
The tags and categories inputs allow you to insert known and unknown tags/categories. When an unknown tag/category gets added, it will show a `+` sign that allows you to add it to your configuration so that it will appear in the known tags/categories next time.
|
||||
|
||||
### Settings
|
||||
|
||||
+2
-2
@@ -21,8 +21,8 @@ export const strings = {
|
||||
hero_button_primary: "Get started",
|
||||
|
||||
// Hero media
|
||||
hero_media_title: "Checking your media was never easier",
|
||||
hero_media_description: "Quickly glance all your media files straight from within VS Code. You will be able to filter by your content folders, and perform quick media actions.",
|
||||
hero_media_title: "Managing your media was never easier",
|
||||
hero_media_description: "Quickly glance all your media files straight from within VS Code, or insert media into your content. We got your back with our media dashboard. You will be able to filter by your content folders and perform quick media actions.",
|
||||
hero_media_button_primary: "See what it can do",
|
||||
|
||||
// Testimonials
|
||||
|
||||
@@ -42,7 +42,7 @@ const Home: NextPage = () => {
|
||||
view={"right"}
|
||||
title={strings(`hero_media_title`)}
|
||||
description={strings(`hero_media_description`)}
|
||||
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/media.png"}
|
||||
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631871287/frontmatter/insert_media-3.2.0.png"}
|
||||
imgAlt={"Front Matter CMS - media management was never easier in VS Code"}
|
||||
link={`/docs/dashboard`}
|
||||
linkText={strings(`hero_media_button_primary`)}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 285 KiB |
Reference in New Issue
Block a user