Enhancement: Ability to create new data files for a folder #834

This commit is contained in:
Elio Struyf
2024-08-14 14:06:52 +02:00
parent f13058c59b
commit d0b7af5c86
15 changed files with 482 additions and 262 deletions
+24
View File
@@ -479,6 +479,18 @@ export enum LocalizationKey {
* Updated your data entries
*/
dashboardDataViewDataViewUpdateMessage = 'dashboard.dataView.dataView.update.message',
/**
* Create new data file
*/
dashboardDataViewDataViewCreateNew = 'dashboard.dataView.dataView.createNew',
/**
* Select data folder
*/
dashboardDataViewDataViewSelectDataFolder = 'dashboard.dataView.dataView.selectDataFolder',
/**
* Close data file
*/
dashboardDataViewDataViewCloseSelectedDataFile = 'dashboard.dataView.dataView.closeSelectedDataFile',
/**
* Select your date type first
*/
@@ -2592,6 +2604,18 @@ export enum LocalizationKey {
* Something went wrong while parsing your front matter. Please check the contents of your file.
*/
listenersPanelDataListenerPushMetadataFrontMatterError = 'listeners.panel.dataListener.pushMetadata.frontMatter.error',
/**
* What is the name of the data file?
*/
listenersPanelDataListenerCreateDataFileInputTitle = 'listeners.panel.dataListener.createDataFile.inputTitle',
/**
* No data file id or path defined.
*/
listenersPanelDataListenerCreateDataFileError = 'listeners.panel.dataListener.createDataFile.error',
/**
* No filename provided.
*/
listenersPanelDataListenerCreateDataFileNoFileName = 'listeners.panel.dataListener.createDataFile.noFileName',
/**
* No active editor
*/