Change order

This commit is contained in:
Elio Struyf
2021-08-27 11:36:03 +02:00
parent 9479f5d53d
commit 0e73c9bec5

View File

@@ -61,8 +61,8 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor
<details open="open">
<summary>Table of Contents</summary>
<ol>
<li><a href="#markdown-features">Markdown features</a></li>
<li><a href="#welcome-view">Welcome view</a></li>
<li><a href="#markdown-features">Markdown features</a></li>
<li><a href="#dashboard">Dashboard</a></li>
<li><a href="#the-panel">The panel</a></li>
<li><a href="#site-preview">Site preview</a></li>
@@ -75,6 +75,20 @@ In version v2 we released the re-designed sidebar panel with improved SEO suppor
</ol>
</details>
## Welcome view
The first time you open the dashboard, or when you did not initialize the Front Matter extension yet, the welcome view will get shown.
<p align="center">
<img src="./assets/v3.0.0/welcome.png" alt="Welcome to Front Matter" style="display: inline-block" />
</p>
It also supports light themes:
<p align="center">
<img src="./assets/v3.0.0/welcome-light.png" alt="Welcome view light" style="display: inline-block" />
</p>
## Markdown features
The Front Matter extension tries to make it easy to manage your Markdown pages/content. Within a Markdown page, we allow you to fold the file's Front Matter to be less distracting when writing. Also, do we highlight the Front Matter content to create a visual difference between content and metadata.
@@ -93,20 +107,6 @@ The Front Matter extension tries to make it easy to manage your Markdown pages/c
> **Info**: If you do not want this feature, you can disable it in the extension settings -> `Highlight Front Matter` or by setting the `frontMatter.content.fmHighlight` setting to `false`.
## Welcome view
The first time you open the dashboard, or when you did not initialize the Front Matter extension yet, the welcome view will get shown.
<p align="center">
<img src="./assets/v3.0.0/welcome.png" alt="Welcome to Front Matter" style="display: inline-block" />
</p>
It also supports light themes:
<p align="center">
<img src="./assets/v3.0.0/welcome-light.png" alt="Welcome view light" style="display: inline-block" />
</p>
## Dashboard
Managing your Markdown pages has never been easier in VS Code. With the Front Matter dashboard, you will be able to view all your pages and search through them, filter, sort, and much more.