mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-04 04:22:33 +02:00
Add a 'Smart Rename' feature that regenerates the filename from current front matter values (title and publish date) using the same logic as content creation. This helps users keep filenames in sync when they change the title or publish date after file creation. Changes: - Add ArticleHelper.smartRename() core logic with page bundle support - Add SmartRenameAction button to the panel webview Actions section - Add smart rename option to dashboard content actions dropdown - Add CommandToCode.smartRename and DashboardMessage.smartRename - Add PanelAction type support for disabling the action - Add localization keys for all UI strings Closes #545 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>