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
Description:
Create the logic needed to generate filenames based on the patterns defined in the "Linked Files" UI. The logic will allow patterns like {year}_{title}_{author} to be applied dynamically when users link files to entries.
Objective:
Implement a method similar to FileUtil.createFileNameFromPattern, ensuring it reflects the tabular structure defined in the UI.
Tasks:
Implement a new method, similar to AbstractCitationKeyPatterns.
Description:
Create the logic needed to generate filenames based on the patterns defined in the "Linked Files" UI. The logic will allow patterns like
{year}_{title}_{author}
to be applied dynamically when users link files to entries.Objective:
Implement a method similar to
FileUtil.createFileNameFromPattern
, ensuring it reflects the tabular structure defined in the UI.Tasks:
AbstractCitationKeyPatterns
.LinkedFilesPattern
→filePattern.getValue(entryType)
).The text was updated successfully, but these errors were encountered: