Commit Graph

179 Commits

Author SHA1 Message Date
Elio Struyf d3f326722e feat: re-add GitHub Copilot settings and enhance integration checks 2026-04-13 15:01:10 +02:00
Elio Struyf c4ee4cfc09 feat: add smart rename to sync filename with front matter
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>
2026-03-30 12:19:36 +02:00
Elio Struyf e25cb9796a Remove AI sponsor feature and related settings; update changelog and localization files #983 2026-03-06 16:35:46 +01:00
Elio Struyf ef9f1f7f56 Issue: Check why media files are not loading in the latest version #957 2025-06-17 10:00:24 +02:00
Elio Struyf dde0231f19 #933 - Timezone integration in DateField 2025-03-26 08:57:01 +01:00
Elio Struyf 65d430b7cf Add GitHub Copilot prompt functionality #888 2024-11-13 10:24:24 +01:00
Elio Struyf c84af8493b Enhancement: dynamic evaluation of commands #882 2024-10-28 10:40:49 +01:00
Elio Struyf 2269994b43 separate the wysiwyg field 2024-10-09 14:13:55 +02:00
Elio Struyf 4282ec83e5 Add excludePaths option #840 2024-10-08 12:16:59 +02:00
Elio Struyf 17860a18f4 Merge branch 'issue/851' of github.com:wottpal/vscode-front-matter into wottpal-issue/851 2024-10-07 21:58:08 +02:00
Dennis Zoma 39704f3a55 feat: Add option to filter content relationship options by active locale 2024-10-07 10:54:20 +02:00
Elio Struyf 6fd526e962 Added eslint to webpack config 2024-09-27 11:14:34 +02:00
Elio Struyf d0b7af5c86 Enhancement: Ability to create new data files for a folder #834 2024-08-14 14:06:52 +02:00
Elio Struyf 4197de2b2e #824 - Added support in single image field 2024-06-28 17:42:19 +02:00
Elio Struyf b03d972d31 #824 - Field actions 2024-06-28 09:23:26 +02:00
Elio Struyf b00d7a077d #823 - First steps into integrating GH Copilot 2024-06-25 22:25:16 +02:00
Elio Struyf 0bde5610c5 #806 - Added trailingSlash option 2024-05-23 21:32:04 +02:00
Elio Struyf a70b4316f8 #788 - Safe setting update 2024-05-23 18:30:14 +02:00
Elio Struyf 54bf408c76 #801 - Single file update on save for recently modified 2024-04-29 12:09:00 +02:00
Elio Struyf d1dba01923 #769 - Fix folder update 2024-03-01 09:00:42 +01:00
Elio Struyf b02a80c28e #760 - Add locale to recently modified panel section 2024-02-24 13:14:45 +01:00
Elio Struyf a8777c4032 #760 - Type filter fix 2024-02-23 08:39:43 +01:00
Elio Struyf a641aabc2a #749 - Support in extended configs 2024-02-22 11:44:23 +01:00
Elio Struyf 241e660694 #756: Support for creating translation from any page + change path logic 2024-02-22 09:52:59 +01:00
Elio Struyf 5f0fd29cca #756 - i18n content creation 2024-02-18 16:12:01 +01:00
Elio Struyf 0428e561a8 #756 - first steps 2024-02-16 17:23:08 +01:00
Elio Struyf c2d3496152 Small fix in git 2024-02-15 13:49:57 +01:00
Elio Struyf da7d5e6854 Merge branch 'dev' into issue/666 2024-02-13 09:13:50 +01:00
Elio Struyf 1315602bcc #752 - Support placeholders in list field 2024-02-12 14:59:25 +01:00
Elio Struyf 514272835a Merge branch 'dev' of github.com:estruyf/vscode-front-matter into poc/git-branching 2024-02-12 13:02:36 +01:00
Elio Struyf d06be0efa1 Merge branch 'dev' into poc/git-branching 2024-02-12 12:36:02 +01:00
Elio Struyf 460c4964f6 #666 - First steps to implement media content types 2024-02-07 11:49:03 +01:00
Elio Struyf 83cf0eb8f5 #746 - Placeholder support in slug 2024-01-29 16:58:25 +01:00
Elio Struyf fbbfaa572e #741 - content processing message 2024-01-24 15:44:33 +01:00
Elio Struyf d22ebfa6ce Commit message input 2024-01-22 11:45:11 +01:00
Elio Struyf 6150a34547 Update git API 2024-01-21 17:27:56 +01:00
Elio Struyf d45cd0d015 Git branching 2024-01-19 18:11:53 +01:00
Elio Struyf 78bfa62ed4 #722 - sub-content support 2023-12-07 11:04:18 +01:00
Elio Struyf a8407920bc Enhancement: Better content type creation for Astro #704 2023-11-11 11:19:11 -08:00
Elio Struyf 96c496caba #273 - Allow single value arrays to be set as a string 2023-10-24 15:14:39 +02:00
Elio Struyf ed00f8f60e #517 - Added frontMatter.panel.actions.disabled setting to define which actions should be hidden 2023-10-04 13:37:30 +02:00
Elio Struyf e26028c5fb #517 - Add contentTypes property to custom scripts 2023-10-04 11:59:56 +02:00
Elio Struyf 8ba2e15db0 Enhancement: Add property to page folder setting to disable content creation #674 2023-09-22 16:51:59 +02:00
Elio Struyf 1128e230c6 #653 - Read Astro Content Collections 2023-09-21 16:51:08 +02:00
Elio Struyf 1907771e73 #563 - fieldCollection field 2023-09-15 11:55:46 +02:00
Elio Struyf 180ea7880b #623 - Fix update metadata on move 2023-09-14 17:31:57 +02:00
Elio Struyf 0ed93977bc #650 - Use the templates repo 2023-09-09 16:56:58 +02:00
Elio Struyf c6ec07fa17 #654 - Add the open on website action 2023-09-07 16:25:52 +02:00
Elio Struyf 5139453ae9 #650 - Add template support 2023-09-06 15:59:30 +02:00
Elio Struyf 69a18bdcea #570 - Clear empty values 2023-09-06 12:06:19 +02:00