You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#823](https://github.com/estruyf/vscode-front-matter/issues/823): Integrated GitHub Copilot support for titles, descriptions, and tags
7
+
-[#844](https://github.com/estruyf/vscode-front-matter/issues/844): New `{{filePrefix.index}}` placeholder to add the index number of the file in the folder
8
+
9
+
### 🎨 Enhancements
10
+
11
+
-[#833](https://github.com/estruyf/vscode-front-matter/issues/833): Added support for Asciidoc files
12
+
-[#834](https://github.com/estruyf/vscode-front-matter/issues/834): Added the ability to create new data files for a data folder
13
+
-[#841](https://github.com/estruyf/vscode-front-matter/issues/841): Enable placeholders for file prefixes
14
+
-[#846](https://github.com/estruyf/vscode-front-matter/issues/846): Added GitHub Copilot action for title field
15
+
-[#848](https://github.com/estruyf/vscode-front-matter/issues/848): Set the default GitHub Copilot model to `gpt-4o-mini`
16
+
17
+
### 🐞 Fixes
18
+
19
+
-[#842](https://github.com/estruyf/vscode-front-matter/issues/842): Allow to set the `frontMatter.taxonomy.slugTemplate` setting to an empty string
20
+
-[#845](https://github.com/estruyf/vscode-front-matter/issues/845): Fix empty values for number fields
-[#823](https://github.com/estruyf/vscode-front-matter/issues/823): Integrated GitHub Copilot support for titles, descriptions, and taxonomy field suggestions
8
27
-[#824](https://github.com/estruyf/vscode-front-matter/issues/824): Added the ability to link custom actions to fields
## Trigger GitHub Copilot title suggestions from the title field
47
+
48
+
We have added a new action button to trigger the GitHub Copilot title suggestions
49
+
directly from the title field.
50
+
51
+

52
+
53
+
## Data file creation support
54
+
55
+
In this release, we have added support for creating new data files for a data folder.
56
+
This allows you to create new data files directly from the Front Matter CMS dashboard.
57
+
58
+

59
+
60
+
## Related issues/enhancements
61
+
62
+
### ✨ New features
63
+
64
+
-[#844](https://github.com/estruyf/vscode-front-matter/issues/844): New `{{filePrefix.index}}` placeholder to add the index number of the file in the folder
65
+
66
+
### 🎨 Enhancements
67
+
68
+
-[#833](https://github.com/estruyf/vscode-front-matter/issues/833): Added support for Asciidoc files
69
+
-[#834](https://github.com/estruyf/vscode-front-matter/issues/834): Added the ability to create new data files for a data folder
70
+
-[#841](https://github.com/estruyf/vscode-front-matter/issues/841): Enable placeholders for file prefixes
71
+
-[#846](https://github.com/estruyf/vscode-front-matter/issues/846): Added GitHub Copilot action for title field
72
+
-[#848](https://github.com/estruyf/vscode-front-matter/issues/848): Set the default GitHub Copilot model to `gpt-4o-mini`
73
+
74
+
### 🐞 Fixes
75
+
76
+
-[#842](https://github.com/estruyf/vscode-front-matter/issues/842): Allow to set the `frontMatter.taxonomy.slugTemplate` setting to an empty string
77
+
-[#845](https://github.com/estruyf/vscode-front-matter/issues/845): Fix empty values for number fields
Copy file name to clipboardExpand all lines: content/changelog/v8.3.0.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Version 8.3.0 release notes
3
3
description: FrontMatter is back and better than ever with its latest release, version 8.3.0! This update is packed with new features and improvements, including external config support, allowing you to easily import configurations from external files. Plus, with VSCode theme support, you can customize your development environment to your heart's content. But that's not all - there are many other exciting additions and enhancements waiting for you. Check out the release notes to see what's new and upgrade to FrontMatter 8.3.0 today!
4
4
date: 2023-02-13T19:10:04.012Z
5
-
lastmod: 2023-03-25T20:24:08.978Z
5
+
lastmod: 2024-09-16T12:12:54.097Z
6
6
type: changelog
7
7
slug: v8.3.0
8
8
---
@@ -64,7 +64,7 @@ The above snippet shows both new features:
64
64
65
65
When you would create a new content item, the path will be generated based on the `path` property. In this case, it will be: `[[workspace]]/content/2023/02`. The preview path will generate the following path: `/post/2023/02/<slug>`.
66
66
67
-
> **Info**: Read more about these placeholder features in the [special placeholders](/docs/content-creation/placeholders#special-placeholders) section.
67
+
> **Info**: Read more about these placeholder features in the [preview path placeholders](/docs/content-creation/placeholders#preview-path-placeholders) section.
0 commit comments