Elio Struyf
c723a02dc7
feat: resolve Git binary path from VS Code settings and enhance Git detection
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 13:22:16 +02:00
Elio Struyf
a7e487f036
fix: add error handling in getSettings method of GitListener
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 13:15:36 +02:00
Elio Struyf
d3f326722e
feat: re-add GitHub Copilot settings and enhance integration checks
2026-04-13 15:01:10 +02:00
Elio Struyf
f2c3929a5a
chore: update CHANGELOG for version 10.10.1 and improve code formatting in ContentTypeSchemaGenerator
2026-04-07 15:45:03 +02:00
Elio Struyf
a46b854827
fix: enhance schema generation for image and file types to support multiple values #1023
2026-04-07 15:43:57 +02:00
Elio Struyf
ac60d5c3d0
fix: update changelog and improve code formatting in ContentActions component
2026-03-30 14:11:47 +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
c49d3ef00f
fix: update taxonomy settings retrieval in TaxonomyListener #1017
2026-03-26 17:13:22 +01:00
Elio Struyf
4ea0ca06e7
Merge branch 'beta' into fix/hide-dotfolders-in-media
2026-03-24 13:30:43 +01:00
Matt Van Horn
d75dc9aff7
fix: hide dot-prefixed folders in media panel
...
Filter out directories starting with '.' when listing folders
in the media panel. These hidden folders (like .git, .hidden)
were appearing in the media browser unexpectedly.
Added !dir.name.startsWith('.') to three readdirAsync filter
chains in MediaHelpers.ts: selectedFolder scan (line 217),
content folder scan (line 228), and static folder scan (line 246).
Fixes #509
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-23 01:12:26 -07:00
Elio Struyf
5e602a20c1
fix: enhance date handling in setLastModifiedDateInner for TOML support #979
2026-03-14 12:07:46 +01:00
Elio Struyf
aa7c201a07
Merge pull request #1009 from estruyf/copilot/fix-content-view-sorting-issue
...
Fix content view Modified Date sorting to use frontmatter field value instead of file mtime
2026-03-14 11:40:17 +01:00
Elio Struyf
767af177e8
fix: update text color for settings and select item components to improve visibility in dark themes Issue: Settings Page is Unreadable in Dark Themes
...
Fixes #964
2026-03-14 11:38:21 +01:00
copilot-swe-agent[bot]
7415ea786e
fix: pass dateFormat to DateHelper.tryParse when parsing modified date field
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2026-03-14 10:33:03 +00:00
Elio Struyf
fb95439452
fix: improve error handling for file reading and template loading in ArticleHelper and ContentType #950
2026-03-14 11:26:53 +01:00
Elio Struyf
b6ac0ea1e6
refactor: improve handling of field values and remove unused variables in PagesParser #958
2026-03-14 11:22:32 +01:00
Elio Struyf
bdb2179e3e
Revert "Fix variable frontmatter error - handle both string and object formats for preview image fields"
2026-03-14 11:16:37 +01:00
Elio Struyf
bd8cd1f1d6
Merge pull request #960 from estruyf/copilot/fix-958
...
Fix variable frontmatter error - handle both string and object formats for preview image fields
2026-03-14 11:16:27 +01:00
Elio Struyf
09f97b9c8c
Merge branch 'copilot/enhance-schema-validation-yaml' into beta
2026-03-14 11:13:50 +01:00
Elio Struyf
70c17d5de3
Enhance schema validation for YAML front matter and improve error range detection
2026-03-14 11:12:59 +01:00
Elio Struyf
1f52b02bf7
Refactor code formatting and improve schema validation logic in StatusListener
2026-03-14 11:07:47 +01:00
Elio Struyf
7d2ecc53af
Add front matter validation setting and update schema validation logic
2026-03-14 11:07:36 +01:00
Elio Struyf
13a80b33e3
fix: update output channel creation to include specific ID for frontmatter project #1006
2026-03-14 10:50:32 +01:00
Elio Struyf
7847464899
refactor: improve StructureView layout and enhance folder selection logic in PagesListener
2026-03-06 17:32:46 +01:00
Elio Struyf
7db95ca091
refactor: remove chatbot functionality and related localization keys
2026-03-06 16:56:27 +01:00
Elio Struyf
5c0076b9b2
refactor: clean up whitespace and formatting in multiple components
2026-03-06 16:51:47 +01:00
Elio Struyf
7ea0fbad05
feat: add move file functionality and create content in folder dialog
2026-03-06 16:51:41 +01:00
Elio Struyf
2e8472dd75
Merge branch 'beta' of github.com:estruyf/vscode-front-matter into beta
2026-03-06 16:51:14 +01:00
Elio Struyf
0842133db4
Enhancement: Support the new integrated browser instead of the lite browser
...
Fixes #1005
2026-03-06 16:50:02 +01: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
648541d9a5
Merge pull request #992 from estruyf/copilot/fix-timezone-issue
...
Fix timezone setting ignored when formatting dates
2026-03-06 16:27:14 +01:00
Elio Struyf
57e0e2e7b7
Refactor MediaLibrary and MediaListener to use static parsePath method for improved consistency
2026-03-06 16:19:42 +01:00
copilot-swe-agent[bot]
5de91cf683
Add validation for tags, categories, and custom taxonomy against known values
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-12-04 11:02:40 +00:00
copilot-swe-agent[bot]
2b7fd1d1e7
Improve field location detection and add comprehensive documentation
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-12-03 15:12:58 +00:00
copilot-swe-agent[bot]
c179364f2b
Address code review feedback and improve validation
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-12-03 15:07:43 +00:00
copilot-swe-agent[bot]
4bee998d9b
Add schema generation and validation infrastructure
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-12-03 15:02:49 +00:00
copilot-swe-agent[bot]
17f390545a
Fix timezone issue by providing default 'UTC' value
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-12-03 15:02:31 +00:00
Elio Struyf
f5b636d960
Enhance Copilot extension detection and update model family to gpt-4.1
2025-12-01 09:38:49 +01:00
Elio Struyf
aa0ee4708a
Merge branch 'copilot/fix-937' into beta
2025-09-09 19:51:43 +02:00
Elio Struyf
24c26ac855
Refactor StructureView and Overview components for improved readability; remove unused sorting logic and adjust layout styles
2025-09-09 19:50:21 +02:00
Elio Struyf
cda217ac76
Enhance StructureView to normalize folder paths and improve page assignment logic
2025-09-09 19:14:38 +02:00
copilot-swe-agent[bot]
d4c5ca1c18
Fix folder path normalization in Structure view for proper nesting
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-09-09 13:56:45 +00:00
copilot-swe-agent[bot]
b62d1e8177
Fix folder hierarchy rendering in Structure view
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-09-09 13:32:16 +00:00
copilot-swe-agent[bot]
65fc9f38ed
Fix Item rendering for Structure view type
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-09-09 13:17:44 +00:00
Elio Struyf
219c4bd657
Merge branch 'copilot/fix-965' into beta
2025-09-09 09:39:45 +02:00
copilot-swe-agent[bot]
e4147eed09
Implement Structure view for dashboard with folder hierarchy display
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-09-08 20:11:43 +00:00
copilot-swe-agent[bot]
beef6f36d8
Implement first paragraph keyword check for SEO validation
...
Co-authored-by: estruyf <2900833+estruyf@users.noreply.github.com >
2025-09-08 20:07:41 +00:00
Elio Struyf
0c7e3fb42b
Enhancement: Support for numbers (int) in Snippets
...
Fixes #973
2025-09-08 21:48:30 +02:00
Elio Struyf
43a6a22721
Fix typo #969
2025-07-15 23:26:45 +02:00
Elio Struyf
99405042ed
Refactor date change handling in DateTimeField to ensure proper timezone formatting and fallback to ISO string
2025-07-14 21:24:31 +02:00