Skip to content

feat: add Front Matter support for Markdown documents#13

Merged
mcgivrer merged 1 commit into
mainfrom
feature/add-front-matter-attributes-support
Feb 21, 2026
Merged

feat: add Front Matter support for Markdown documents#13
mcgivrer merged 1 commit into
mainfrom
feature/add-front-matter-attributes-support

Conversation

@mcgivrer
Copy link
Copy Markdown
Owner

  • Implemented a new Front Matter panel for editing metadata such as title, author, created_at, tags, summary, and draft status.
  • Updated DocumentTab to parse and display Front Matter, integrating it with the editor and preview.
  • Enhanced PreviewPanel to render Front Matter metadata in the preview.
  • Modified ProjectExplorerPanel to display Front Matter titles in the project explorer for Markdown files.
  • Added utility class FrontMatter for parsing and serializing Front Matter data.
  • Updated CSS themes to style the Front Matter panel appropriately.
  • Localized new Front Matter fields in multiple languages (English, French, German, Spanish, Italian).

fixes #12

- Implemented a new Front Matter panel for editing metadata such as title, author, created_at, tags, summary, and draft status.
- Updated DocumentTab to parse and display Front Matter, integrating it with the editor and preview.
- Enhanced PreviewPanel to render Front Matter metadata in the preview.
- Modified ProjectExplorerPanel to display Front Matter titles in the project explorer for Markdown files.
- Added utility class FrontMatter for parsing and serializing Front Matter data.
- Updated CSS themes to style the Front Matter panel appropriately.
- Localized new Front Matter fields in multiple languages (English, French, German, Spanish, Italian).

fixes #12
@mcgivrer mcgivrer self-assigned this Feb 20, 2026
@mcgivrer mcgivrer added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 20, 2026
@mcgivrer mcgivrer merged commit 97e03d7 into main Feb 21, 2026
1 check passed
@mcgivrer mcgivrer deleted the feature/add-front-matter-attributes-support branch March 22, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for "Front Matter" attributes

1 participant