Skip to content

Commit

Permalink
Enhancement: Ability to create new data files for a folder #834
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Aug 14, 2024
1 parent f13058c commit d0b7af5
Show file tree
Hide file tree
Showing 15 changed files with 482 additions and 262 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### 🎨 Enhancements

- [#834](https://github.com/estruyf/vscode-front-matter/issues/834): Added the ability to create new data files for a data folder

### 🐞 Fixes

## [10.3.0] - 2024-08-13 - [Release notes](https://beta.frontmatter.codes/updates/v10.3.0)
Expand Down
6 changes: 6 additions & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
"dashboard.dataView.dataView.noDataFiles": "No data files found",
"dashboard.dataView.dataView.getStarted.link": "Read more to get started using data files",
"dashboard.dataView.dataView.update.message": "Updated your data entries",
"dashboard.dataView.dataView.createNew": "Create new data file",
"dashboard.dataView.dataView.selectDataFolder": "Select data folder",
"dashboard.dataView.dataView.closeSelectedDataFile": "Close data file",

"dashboard.dataView.emptyView.heading": "Select your date type first",

Expand Down Expand Up @@ -783,6 +786,9 @@
"listeners.panel.dataListener.aiSuggestTaxonomy.noData.error": "No article data",
"listeners.panel.dataListener.getDataFileEntries.noDataFiles.error": "Couldn't find data file entries",
"listeners.panel.dataListener.pushMetadata.frontMatter.error": "Something went wrong while parsing your front matter. Please check the contents of your file.",
"listeners.panel.dataListener.createDataFile.inputTitle": "What is the name of the data file?",
"listeners.panel.dataListener.createDataFile.error": "No data file id or path defined.",
"listeners.panel.dataListener.createDataFile.noFileName": "No filename provided.",


"listeners.panel.taxonomyListener.aiSuggestTaxonomy.noEditor.error": "No active editor",
Expand Down
Loading

0 comments on commit d0b7af5

Please sign in to comment.