Skip to content

Commit 4563804

Browse files
committed
Update command URIs
1 parent 8a9c1f6 commit 4563804

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

content/docs/dashboard/content-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Content view
33
slug: dashboard/content-view
44
description: null
55
date: 2022-11-28T14:55:04.221Z
6-
lastmod: 2024-06-20T08:31:20.651Z
6+
lastmod: 2024-08-07T12:33:01.757Z
77
weight: 300.1
88
---
99

@@ -13,7 +13,7 @@ The contents view is the default view when you open the dashboard. It will show
1313
your project, and allow you to filter and sort them.
1414

1515
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard"},{"name":"title","value":"Open dashboard in VS Code"}]} -->
16-
<a class="open_vscode" title="Open content dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard'>
16+
<a class="open_vscode" title="Open content dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard'>
1717
Open content dashboard in VS Code
1818
</a>
1919
<!-- FM:Snippet:End -->
@@ -177,4 +177,4 @@ of the content view. This will allow you to quickly access.
177177
[03]: /docs/content-creation/fields#draft
178178
[04]: /releases/v5.3.0/draft-status.png
179179
[06]: /docs/experimental/ui-extensibility#registering-a-custom-ui-extension
180-
[07]: /releases/v7.1.0/dashboard-7.1.0.png
180+
[07]: /releases/v7.1.0/dashboard-7.1.0.png

content/docs/dashboard/datafiles-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data files view
33
slug: dashboard/datafiles-view
44
description: null
55
date: 2022-11-28T14:55:04.221Z
6-
lastmod: 2024-06-20T08:29:08.737Z
6+
lastmod: 2024-08-07T12:33:01.753Z
77
weight: 300.4
88
---
99

@@ -13,7 +13,7 @@ Data files/folders are pieces of content that do not belong to any markdown cont
1313
their own. Most of the time, these data files are used to store additional information about your
1414
project/blog/website that will be used to render the content.
1515

16-
For example:
16+
For example:
1717

1818
- navigation
1919
- social media links
@@ -23,7 +23,7 @@ For example:
2323
The data files dashboard allows you to quickly manage your data files.
2424

2525
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open data dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard.data"},{"name":"title","value":"Open data dashboard in VS Code"}]} -->
26-
<a class="open_vscode" title="Open data dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard.data'>
26+
<a class="open_vscode" title="Open data dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard.data'>
2727
Open data dashboard in VS Code
2828
</a>
2929
<!-- FM:Snippet:End -->

content/docs/dashboard/media-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Media view
33
slug: dashboard/media-view
44
description: null
55
date: 2022-11-28T14:55:04.221Z
6-
lastmod: 2024-06-20T08:23:13.876Z
6+
lastmod: 2024-08-07T12:33:01.748Z
77
weight: 300.2
88
---
99

@@ -14,7 +14,7 @@ articles. When you click on an image, it will show a lightbox, so that it is eas
1414
small images.
1515

1616
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open media dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard.media"},{"name":"title","value":"Open media dashboard in VS Code"}]} -->
17-
<a class="open_vscode" title="Open media dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard.media'>
17+
<a class="open_vscode" title="Open media dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard.media'>
1818
Open media dashboard in VS Code
1919
</a>
2020
<!-- FM:Snippet:End -->

content/docs/dashboard/snippets-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Snippets view
33
slug: dashboard/snippets-view
44
description: null
55
date: 2024-06-20T08:28:32.861Z
6-
lastmod: 2024-06-20T08:47:16.136Z
6+
lastmod: 2024-08-07T12:33:01.755Z
77
weight: 300.3
88
---
99

@@ -12,11 +12,11 @@ weight: 300.3
1212
On the snippets view you can manage all your snippets. Snippets are small pieces of code that you can re-use in your markdown files.
1313

1414
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open snippets dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard.snippets"},{"name":"title","value":"Open snippets dashboard in VS Code"}]} -->
15-
<a class="open_vscode" title="Open snippets dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard.snippets'>
15+
<a class="open_vscode" title="Open snippets dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard.snippets'>
1616
Open snippets dashboard in VS Code
1717
</a>
1818
<!-- FM:Snippet:End -->
1919

2020
![Snippets view](/releases/v10.2.0/snippets-view.png)
2121

22-
You can read more about snippets in the [snippets documentation](/docs/snippets).
22+
You can read more about snippets in the [snippets documentation](/docs/snippets).

content/docs/dashboard/taxonomy-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Taxonomy view
33
slug: dashboard/taxonomy-view
44
description: null
55
date: 2022-11-28T14:55:04.221Z
6-
lastmod: 2024-06-20T08:29:12.633Z
6+
lastmod: 2024-08-07T12:33:01.751Z
77
weight: 300.5
88
---
99

@@ -16,7 +16,7 @@ On the taxonomies view, you can create, edit, delete, and move taxonomy terms fr
1616
another.
1717

1818
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open taxonomy dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard.taxonomy"},{"name":"title","value":"Open taxonomy dashboard in VS Code"}]} -->
19-
<a class="open_vscode" title="Open taxonomy dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard.taxonomy'>
19+
<a class="open_vscode" title="Open taxonomy dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard.taxonomy'>
2020
Open taxonomy dashboard in VS Code
2121
</a>
2222
<!-- FM:Snippet:End -->

content/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started
33
slug: getting-started
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2024-06-20T08:19:27.260Z
6+
lastmod: 2024-08-07T12:33:01.744Z
77
weight: 100
88
---
99

@@ -56,7 +56,7 @@ reloaded.
5656
> **Info**: The welcome screen will also be shown when Front Matter is not yet fully configured.
5757
5858
<!-- FM:Snippet:Start data:{"id":"Open in VS Code","fields":[{"name":"title","value":"Open dashboard in VS Code"},{"name":"command","value":"frontMatter.dashboard"},{"name":"title","value":"Open dashboard in VS Code"}]} -->
59-
<a class="open_vscode" title="Open dashboard in VS Code" href='vscode://eliostruyf.execcommand?command=frontMatter.dashboard'>
59+
<a class="open_vscode" title="Open dashboard in VS Code" href='vscode://eliostruyf.vscode-front-matter?command=frontMatter.dashboard'>
6060
Open dashboard in VS Code
6161
</a>
6262
<!-- FM:Snippet:End -->

frontmatter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"Open in VS Code": {
239239
"description": "Trigger a VS Code command",
240240
"body": [
241-
"<a class=\"open_vscode\" title=\"[[&title]]\" href='vscode://eliostruyf.execcommand?command=[[command]]'>",
241+
"<a class=\"open_vscode\" title=\"[[&title]]\" href='vscode://eliostruyf.vscode-front-matter?command=[[command]]'>",
242242
" [[&title]]",
243243
"</a>"
244244
],

0 commit comments

Comments
 (0)