Latest updates

An overview of all updates from the Front Matter extension

Change Log

[10.1.0] - 2024-04-11 - Release notes

✨ New features

  • #671: Command bar for contents and media dashboard

🎨 Enhancements

  • #773: Added the ability to rename content files
  • #777: Show an error in the metadata panel if something went wrong while parsing the front matter
  • #778: Added the ability to open a file or webpage when custom scripts is completed
  • #783: Always show the custom panel view
  • #785: Adding common actions at the bottom of the content and media cards
  • #787: Support for glob patterns in the page folder paths
  • #790: Updated Japanese translations thanks to mayumihara

🐞 Fixes

  • #716: Fix dataFile dropdown class
  • #768: Update broken link to the documentation
  • #771: Fix lowercase data tab label
  • #782: Fix for setting the correct view when inserting media or snippets
  • #786: Remove on startup as VSCode now triggers on known commands

[10.0.2] - 2024-03-01

🐞 Fixes

  • #769: Fix to remove internal properties for content folders

[10.0.1] - 2024-02-28

🐞 Fixes

  • #766: Fix for snippet placeholder retrieval

[10.0.0] - 2024-02-28 - Release notes

✨ New features

  • #731: Added the ability to map/unmap taxonomy to multiple pages at once
  • #746: Placeholder support added to to the slug field
  • #749: Ability to set your own filters on the content dashboard with the frontMatter.content.filters setting
  • #756: i18n/multilingual content support

🎨 Enhancements

  • #673: Added git settings to the welcome view and settings view
  • #727: Updated Japanese translations thanks to mayumihara
  • #737: Optimize the grid layout of the content and media dashboards
  • #739: New Git settings to disable and require a commit message
  • #741: Added message on the content dashboard when content is processed
  • #747: The @frontmatter/extensibility dependency now supports scripts for placeholders
  • #752: Placeholder support in default list field values
  • Support for using the fieldCollection field in a block field
  • Updated the list of commands which are available in the command palette

🐞 Fixes

  • #721: Fix keywords regex to support unicode characters
  • #725: Fix for opening menu of pinned items
  • #730: Add debounce to the input fields
  • #738: Fix when re-opening the preview after closing it
  • #743: Fix for storing data in YAML data files
  • #745: Fix for date field values in block field type

[9.4.0] - 2023-12-12 - Release notes

✨ New features

  • Localization implemented for the whole extension

🎨 Enhancements

  • #273: Allow single value arrays to be set as a string with the singleValueAsString field property
  • #686: Allow script authors to ask questions during script execution
  • #688: Allow to show the scheduled articles in the content dashboard (filter and group)
  • #690: Added the ability to filter values in the contentRelationship field
  • #700: Added the {{pathToken.relPath}} placeholder for the previewPath property
  • #706: Show the error of scripts failing in the Front Matter output panel
  • #709: Take "where clause" into account on content creation
  • #710: Hide child field when parent field its "when clause" is not met, also remove the fields from the content
  • #713: Add the ability to always use quotes around string values in front matter
  • #722: Allow to create sub-content which shows a dialog to select the parent folder

⚑️ Optimizations

  • Dashboard layout grid optimizations
  • Added the content-type name to the metadata section in the panel
  • New implementation of the combobox for the contentRelationship field

🐞 Fixes

  • #685: Fix when using non-string values in the tag picker
  • #691: Silent authentication retrieval for GitHub sponsors
  • #694: Start terminal session from the folder where the frontmatter.json file is located
  • #696: Close the local server terminal on restart
  • #699: Changing border theme variable for the dashboard header
  • #703: Fix retrieval of Astro Collections for pnpm projects
  • #704: Fix zod schema script for optional fields
  • #707: Fix clearEmpty issue with draft and boolean fields which are by default set to true
  • #711: Fix in character mapping in the slug field
  • #712: Keep the search context when deleting media files
  • #714: Fix for taxonomy filtering from taxonomy view to content view
  • #717: Fix in loading yaml data files
  • #718: Fix JSON schema for the frontMatter.panel.actions.disabled setting
  • #719: Fix styling on data view with objects views

[9.3.1] - 2023-10-27

🐞 Fixes

  • #697: Fix missing localization key

[9.3.0] - 2023-10-06 - Release notes

✨ New features

  • #80: Minimal settings view for the Front Matter CMS
  • #553: New frontMatter.config.dynamicFilePath setting which allows you to dynamically update the settings from a custom JS file
  • #563: New fieldCollection to inherit/reuse fields in multiple content-types
  • #653: Retrieve the Astro Content Collections to allow content type generation
  • #675: Pinning content to the top of the content dashboard

🎨 Enhancements

  • #517: Add contentTypes property to custom scripts to show/hide custom actions
  • #517: Added frontMatter.panel.actions.disabled setting to define which actions should be hidden
  • #638: Add Hexo support for the _drafts folder
  • #659: Implement a filter for the taxonomy dashboard
  • #662: Always show the all articles tab with the page counter
  • #663: Make card tags clickable to filter the view
  • #669: Add the video preview to the details panel + caption field
  • #674: Specify to disable content creation for a specific page folder
  • #676: Allow the frontmatter.json file to be placed in a sub-directory
  • #677: Added support for Browse Lite extension to open preview when installed

🐞 Fixes

  • #623: Fix issue where metadata is not maintained on file move
  • #629: Fix array indent to the new property
  • #660: Allow only to select unique content relationship values
  • #661: Fixing the dropdowns when used at the bottom of a collapsible group
  • #664: Fix for parsing draft status in Hexo and Jekyll
  • #665: Added dev parameter to Nuxt script
  • #668: Reset pagination on media search
  • #678: Check field type of tags fields for tags rendering on item cards
  • #681: Fix SVG icons which are used in the VSCode UI

[9.2.0] - 2023-09-11

✨ New features

  • #650: Added template support for Astro Starlight
  • #655: Added a new command to manually refresh the settings of the Front Matter CMS

🎨 Enhancements

  • Grouping and status tabs enhancements
  • Removed the status bar item to toggle the draft field
  • Added a FM status bar item to open the dashboard
  • #570: Clear empty values on content creation and editing
  • #645: French localization added (thanks to ClΓ©ment Barbaza)
  • #649: Parse optional variables from snippets
  • #652: Show the start/stop server buttons depending on the local terminal session
  • #654: Added a new action to open the content in the browser

🐞 Fixes

  • #646: Update the Astro 3000 port to 4321
  • #647: Fix the open in browser action on the preview
  • #648: Fix the global configuration reference to the URL of the schema file
  • #651: Fix settings listeners which did not push updates to the webviews
  • #657: Fix correctly updating front matter with scripts outcome on Windows

[9.1.0] - 2023-08-31

✨ New features

⚑️ Optimizations

  • #639: Add check for content type in page folders setting
  • #642: Store the search index in a storage file

🐞 Fixes

  • #628: Fix path argument and JSON data on custom scripts
  • #633: Fix custom taxonomy used as single value
  • #634: Fix public folder processing in case of Hexo
  • #635: Fix UI themes make some links hard to discover or see
  • #636: Fix media browser lightbox background color
  • #641: Fix file parsing of the localization file

[9.0.0] - 2023-08-21 - Release notes

🌎 Multilingual support

  • German (translated via OpenAI)
  • Japanese (thanks to mayumihara)

πŸ§ͺ Experimental features

  • External UI script support for dashboards and Front Matter panel
  • Front matter AI πŸ€–

Info: To enable the experimental features you need to set the frontMatter.experimental setting to true.

✨ New features

  • Added description AI suggestion for GitHub sponsors
  • The Visual Studio Code theme support is now released in the stable version
  • #424: Snippet wrapping to allow easier updates or changes to previously set snippets in the content
  • #585: New content relationship field type (contentRelationship)
  • #598: Multilingual support
  • #615: Added support for astro:assets - Astro Assets

🎨 Enhancements

  • #558: Moved the tags and categories to a .frontmatter/database/taxonomyDb.json file
  • #566: Keep the panel context on the live preview
  • #568: Update the preview URL if the slug changes
  • #569: Remove the page bundle folder on content removal
  • #586: Allow to specify the content card fields
  • #588: Added extensibility support to override card fields
  • #591: Support for date format in the datetime field
  • #593: Add support for date formatting in the preview path
  • #599: Add a placeholder when the base panel view is empty
  • #602: Find content outside the Front Matter workspace folder
  • #611: Fix typo in the frontMatter.global.disabledNotifications setting
  • #619: Added the fmWebviewUrl property to be used in the registerCardImage extensibility library

⚑️ Optimizations

  • #584: Ignore type field in content-type validation

🐞 Fixes

  • #564: Fix to only pass strings to the taxonomy dashboard
  • #567: Fix taxonomy filters that are incorrectly positioned
  • #572: Fix the media snippet placeholder link
  • #577: Fix in the dataFile field where data entries get overwritten
  • #590: Fix for image fields inside a sub-block
  • #595: Fix for media metadata now showing up
  • #596: Fix for number field in block data
  • #603: Fix problem with page bundles and path placeholders
  • #616: Fix content filtering
  • #617: Fix insert media snippet dialog by using a slideover instead of a dialog
  • #620: Fix in array field of data files
  • #621: Create data file if it does not exist yet

[8.4.0] - 2023-04-03 - Release notes

πŸ§ͺ Experimental features

  • External UI script support for dashboards
  • Visual Studio Code Theming support for the dashboards
  • Front matter AI πŸ€–

Info: To enable the experimental features you need to set the frontMatter.experimental setting to true.

πŸ™ Exclusive Features for Sponsors

We're excited to announce a brand new feature exclusively available to sponsors of Front Matter CMS. With this update, we've added Front Matter AI to the project, which provides helpful suggestions for creating new content such as title suggestions and tag/category suggestions.

Important: To access the Front Matter AI feature, you will need to sign-in (backers & supports sign-in instructions) and set the frontMatter.sponsors.ai.enabled setting to true and you're good to go! We put it behind a setting to not automatically enable it and let you decide if you want to use it or not.

If you're not already a sponsor, now is a great time to consider supporting the project. By becoming a sponsor, you not only gain access to exclusive features like Front Matter AI, but also help to support the ongoing development and maintenance of the project. You can become a sponsor by visiting the GitHub sponsor page.

✨ New features

  • #363: Multiline support for the string field in data view
  • #513: Added support for external UI scripts to add custom HTML on the dashboard elements
  • #530: Implementation of the Front Matter AI πŸ€– powered by mendable.ai
  • #537: Allow to use the root path / as the public folder
  • #541: Added title AI suggestions for GitHub sponsors
  • #548: Project selection support when working in mono-repos or multi-root workspaces
  • #550: Added taxonomy (tags/categories) AI suggestions for GitHub sponsors

🎨 Enhancements

  • Added an unknown field for uniforms when it has no type defined
  • #512: Added the jsonc file association for the frontMatter.json file. That way, you can use comments in the file.
  • #522: Configuration support added for Astro
  • #523: Added support for floating/decimal numbers with a new number field property called numberOptions
  • #524: Removed the Global settings view from the panel. You can still get it back by configuring a custom view mode.
  • #535: Retain the scroll position after selecting a media file
  • #538: Added support to encode emojis in the string field
  • #549: Git submodule support to sync changes
  • #554: When inserting snippets, only the content snippets will be shown

⚑️ Optimizations

  • #534: Moved the mediaDb.json file to a .frontmatter/database folder instead of the .frontmatter/content folder
  • #536: Set the start location from the script to the root of the workspace
  • #555: When generating a content-type from existing content, Front Matter will better detect the type of field
  • #556: Content values are aligned to the type of field

🐞 Fixes

  • #518: Fix an issue where the YAML parser adds line breaks to long strings
  • #520: Add the URL protocol to the host on opening the preview if it's missing
  • #521: Fix empty snippets dashboard placeholder
  • #526: Fix card content menu
  • #528: Fix where the .astro code section --- is seen as front matter
  • #529: Fix YAML parsing in Windows which added an extra carriage return
  • #531: Fix prettier update which caused data views to not render list items
  • #539: Fix the override of the default file prefix on content creation
  • #543: Fix JSON schema for script commands
  • #547: Fix setting default value in a hidden group field (block)
  • #552: Fix for content retrieval in multi-root workspaces
  • #557: Fix for dropdown of the tag picker

[8.3.0] - 2023-02-14 - Release notes

πŸ§ͺ Experimental features

  • Visual Studio Code Theming support for the dashboards

Info: To enable the experimental features you need to set the frontMatter.experimental setting to true.

✨ New features

  • #407: External config support

🎨 Enhancements

  • #425: Added support for placeholders in the content paths and previews
  • #473: Allow setting the SEO title name with the frontMatter.taxonomy.seoTitleField setting
  • #474: Allow to define the file prefix on content types
  • #484: Support for overriding scripts per environment type
  • #494: Support for external image URLs in previews
  • #497: Support for movie media previews in the content dashboard
  • #502: Keyboard bindings added to open dashboard, insert media, and insert snippet
  • #503: Allow making changes to the preview URL in the webview
  • #504: Allow specifying the filename for your page bundles
  • #505: Experimental Visual Studio Code theming support

⚑️ Optimizations

  • #496: Make use of the storageUri and globalStorageUri for storing larger states

🐞 Fixes

  • #469: Fix for using the root folder as content folder
  • #470: Fix initialize project dashboard description
  • #480: Updated add missing fields label to add missing fields to content-type
  • #482: Update the description when you want to overwrite the default content type description
  • #488: Fix an issue where the .frontmatter folder gets created before initializing the project
  • #493: Fix an issue where a custom placeholder value is replaced by an array instead of a string

[8.2.0] - 2022-12-08 - Release notes

✨ New features

  • #362: Support for conditional metadata
  • #412: Allow frontmatter.json to be split in multiple files

🎨 Enhancements

  • #360: Define which content types can be used on your page folders
  • #406: Added support for single data entries in the data dashboard
  • #428: Improved UX for inserting images to your content
  • #430: Support for HEXO its post_asset_folder setting (image location)
  • #434: Webview errors are logged in the extension output
  • #440: Type to search/filter in the snippets dashboard
  • #447: Allow to use placeholders on git commit messages
  • #449: Show filename if the title is not set
  • #450: Additional time placeholders added {{hour12}}, {{hour24}}, {{ampm}}, and {{minute}}
  • #458: Ability to configure the file prefix on folder level

⚑️ Optimizations

  • #431: Performance improvements for the content dashboard
  • #448: Retrieving files fails when content folder name and workspace folder name are the same
  • #455: Show a description for the SEO section when title nor description is set

🐞 Fixes

  • Fix field error message color
  • #433: Fix issue with rendering an incorrect title value on the content dashboard
  • #462: Fix issue in script error notification
  • #465: Deleted content does not get added in git when syncing
  • #471: Fix typo on data dashboard

[8.1.2] - 2022-10-06

🐞 Fixes

  • #435: Fix required fields text color
  • #436: Fix inserting image/video snippets without defined fields

[8.1.1] - 2022-09-23

🐞 Fixes

  • #422: Fix in panel initialization logic

[8.1.0] - 2022-09-22 - Release notes

✨ New features

  • #369: New required property to specify if a content-type field is required
  • #376: Ability to run scripts after content was created
  • #377: Git sync actions added on panel and content dashboard (pull and push your changes to remote)
  • #379: New frontMatter.config.reload command to reload the configuration file + reinitialize its listeners
  • #391: New description property to show a message underneath the input field
  • #401: Content dashboard now has pagination enabled and can be disabled via the frontMatter.dashboard.content.pagination setting

🎨 Enhancements

  • #352: Custom placeholders now support scripting
  • #370: Define the tags and categories as reserved keywords for custom taxonomy
  • #372: Rename Taxonomy tab to Taxonomies
  • #374: Hide the front matter section to use the panel instead
  • #383: Add the item menu to the content list view
  • #385: If no default value for the draft field is defined, the field value will be set to true
  • #388: New stop server action has been added to the panel
  • #390: Implement another JSON parser in order to be able to parse the frontmatter.json file better
  • #394: Ordering of snippet fields is based on their field definition
  • #395: Added support for custom snippet fields on media snippets
  • #402: Custom sorting of content now supports number fields
  • #417: New hyperlink wysiwyg option
  • #418: New heading and divider fields for your content-type definition

⚑️ Optimizations

  • Internal post message optimizations to the webviews
  • Preview tab now shows the title of the page/content if present

🐞 Fixes

  • #378: Fix last modified update only to content in content folders
  • #384: Fix issue title field in sub-fields
  • #393: Fix Windows file path for retrieving the preview path
  • #396: Fix for index and _index page previews
  • #398: Fix Windows folder path parsing in data folder retrieval
  • #400: Fix for draft/published content grouping
  • #403: Fix for media files with spaces on importing in article content
  • #404: Fix for published sorting option in media dashboard
  • #408: Fix for missing dashboard.taxonomy.view view mode in the JSON schema

[8.0.1] - 2022-07-13

🐞 Fixes

  • Fix PSD media card icon image
  • Fix missing clipboard icon for the media card action
  • Fix in tags rendering on content cards

[8.0.0] - 2022-07-11 - Release notes

✨ New Features

  • #291: New taxonomy dashboard for managing tags, categories, and custom taxonomies

🎨 Enhancements

  • Ignore the SEO keywords field for missing content type field
  • #307: New list field which allows to create a list of items
  • #345: Media dashboard UI improvements to visualize the content and public folders
  • #349: New slug field which allows you to manage the slug of your post from the Front Matter panel
  • #350: New previewPath property for the frontMatter.content.pageFolders setting. This allows you to specify a section prefix for all content created in that directory.
  • #351: New template property for content types which allows you to combine templates and content types for content creation
  • #353: Add the default content type on project initialization
  • #366: Better support for using block fields in another block field

🐞 Fixes

  • #348: Fix media dashboard breadcrumb when multiple page folders are in use
  • #356: Re-introduce the labelField to the frontMatter.taxonomy.fieldGroups setting
  • #358: Fix for relative path of the public folder
  • #364: Honour file ending rules in data files
  • #365: Show spinner on the initial load of the content dashboard

[7.3.4] - 2022-06-13

🐞 Fixes

  • #354: Fix Windows file path parsing for inserting media files

[7.3.3] - 2022-06-11

🐞 Fixes

  • Card render when taxonomy is not an array value
  • Double pages on contents dashboard

[7.3.2] - 2022-06-01

🐞 Fixes

  • #346: Fix media dashboard refresh action

[7.3.1] - 2022-05-26

🐞 Fixes

  • #343: Fix in the schema for the frontMatter.taxonomy.fieldGroups setting

[7.3.0] - 2022-05-25 - Release notes

🎨 Enhancements

  • JSON schema enhancements for working with data files
  • #330: Allow custom scripts to easily update front matter
  • #331: Added functionality to run other type of scripts
  • #332: New dataFile field which allows you to create data file references
  • #333: Automatically mark Jekyll posts in _drafts folder as draft
  • #335: Merge media snippets with content snippets to allow you to define multiple media snippets and use these in your content
  • #336: Support added for inverting the draft field so that SSGs/authors can use a published field instead
  • #337: Allow multiple front matter types to be used
  • #338: Ability to disable the templates functionality (default is disabled)
  • #340: Show an error message when there is a content folder registered that does not exist in the project

🐞 Fixes

  • #334: Fix for locked content folders retrieval
  • #339: Fix for content folders without a title

[7.2.0] - 2022-05-02 - Release notes

🎨 Enhancements

  • New tag design for the tags, category, and taxonomy fields
  • #263: WYSIWYG string field option
  • #308: New File field
  • #314: New preview actions to open the page in the browser and refresh the preview
  • #322: Show parent folder name when file is an index page (index.md / _index.md)
  • #323: Added 11ty, jekyll, and docusaurus to the framework selection list
  • #325: Better welcome experience that allows you to add content folders straight from the welcome view
  • #326: Content type actions to create, update, or set according to the current file

⚑️ Optimizations

  • #316: Suppress file parsing errors when closing the dashboard

🐞 Fixes

  • Updated JSON schema link to supported version by VS Code (draft-07)
  • Hide the view mode action from the Front Matter panel if no custom modes are defined
  • Fix in decode base64 uploaded video files
  • Fix for a lightbox on other types of documents (pdf, etc.)
  • Fix for hiding the image preview on slide-over for none image documents
  • #324: Fix for the framework selection on the welcome screen

[7.1.2] - 2022-04-11

🐞 Fixes

  • #315: Fix draft tab navigation

[7.1.1] - 2022-04-08

🐞 Fixes

  • Fix in menu item with stopPropagation not defined.

[7.1.0] - 2022-04-07 - Release notes

🎨 Enhancements

  • #240: Capability added to define display modes
  • #246: Support to add multiple tags/keywords/taxonomy via comma separated values
  • #293: Support added for setting preview images in block fields
  • #294: Full-text search allows you to search through all your page content
  • #297: SEO Keywords input got moved to the SEO section
  • #301: Show tags on the content cards
  • #303: Content card actions to quickly view, delete, or run custom scripts
  • #310: Supported mime types for media dashboard

⚑️ Optimizations

  • #296: Loading optimization of the content dashboard

🐞 Fixes

  • #302: Fix for spinner when navigating between tabs
  • #304: Fix yaml stringify which caused additional fields to be added
  • #305: Fix for overflow issue in taxonomy picker
  • #306: Fix for default value of content type fields
  • #311: Fix for updating snippets

[7.0.0] - 2022-03-21 - Release notes

✨ New Features

  • #175: New snippet support + dashboard
  • #281: New isPublishDate and isModifiedDate datetime field properties

🎨 Enhancements

  • Light color theme enhancements to media cards
  • Light color theme enhancements to folder cards
  • Added collapse and dashboard button to the view title of the FM Panel
  • Show content commands only when a supported file type is active
  • Added {{year}}, {{month}}, and {{day}} placeholders for fields
  • #272: New slide over panel for showing details of media files
  • #276: Add a Front Matter walkthrough for VS Code
  • #270: Only show media files from public folder if pageBundle is not enabled on any of the content types
  • #282: Insert relative paths for media files located in a page bundle (also sub-folders)
  • #283: Added published date sorting options for the content dashboard
  • #286: Refresh button added for the content page
  • #287: Show folder name on index.md files for recently modified files
  • #292: Lower fuzzy search threshold for the content dashboard

🐞 Fixes

  • #279: Fix for content dashboard updates for all registered types
  • #280: Fix to not automatically set dates on new files that do not contain front matter
  • #284: Show the WYSIWYG controls on all supported file types
  • #290: Fix for onDidChangeTextEditorSelection listener sending metadata updates

[6.1.1] - 2022-03-02

🐞 Fixes

  • #275: Fix for rendering the panel when content contains an invalid markdown syntax tree

[6.1.0] - 2022-02-28 - Release notes

✨ New features

  • #176: New block field type that allows you to you to define a group of fields which can be used to create a list of data

🎨 Enhancements

  • Updated the activity bar icon for better visibility
  • Storing the panel collapse section states
  • #241: Added taxonomy limit field property which allows you to limit the number of selections
  • #242: Keep comments at the root of the front matter
  • #248: Added support for front matter highlighting to all file types specified in frontMatter.content.supportedFileTypes
  • #255: Added support for default values on block fields / data creation
  • #257: Allow preview images to be used in multi-dimensional fields
  • #271: Added image size placeholders for media snippets

⚑️ Optimizations

  • Show the data item its details when clicking on the record
  • Refactoring of the explorer view panel listeners
  • Added {{now}} placeholder to the publishing date for content creation
  • #243: Refactoring front matter parsing

🐞 Fixes

  • #247: Fix the front matter highlighting in markdown documents
  • #261: Fix to allow that tag and category fields can be renamed
  • #264: Fix for Windows paths on content folder registration
  • #268: Fix for panel which only shows loading indicator

[6.0.0] - 2022-01-25 - Release Notes

✨ New features

  • #193: Support added for editing data files.
  • #197: Support for multi-dimensional content type fields on content creation and editing.
  • #225: Placeholder support for front matter field values (template and content type).
  • #226: Ability to specify the local server start command and trigger it from the UI.
  • #227: Specify the file types to support with the new frontMatter.content.supportedFileTypes setting.
  • #228: Show bulk button actions in panel and dashboard view.
  • #231: Once you authenticate via GitHub as a supporter, the support links will be hidden from the UI.

🎨 Enhancements

  • Added default field value for content type fields
  • HMR support for panel webview development
  • Added reveal media file action
  • #187: Svelte support with the #227 features has been added.
  • #198: Additional media sort options (alt, caption, and size).
  • #230: JSON front matter support added.
  • #233: Partial update when a page is updated.

🐞 Fixes

  • #234: Fix for multi-word keywords
  • #235: Fix for reselecting the previously removed value from a choice field

[5.10.0] - 2022-01-10

🎨 Enhancements

  • #218: Add support for creating mdx files from templates and content types. This introduced a new setting: frontMatter.content.defaultFileType.
  • #220: Add support DateTime updates in mdx files when the mdx extension is not installed.

🐞 Fixes

  • #221: Automatic DateTime switch from on text change to on save to prevent multiple updates.

[5.9.0] - 2022-01-01 - πŸŽ‡πŸŽ†

🎨 Enhancements

  • Fixing the spinner which overlaps the global navigation bar
  • Quick actions added for media files (edit, delete, insert markdown, insert snippet)
  • #199: Search media files in the currently selected folder
  • #211: Replace text selection on media inserts
  • #212: Create folder watchers for content folders. When new content gets created, the dashboard updates.
  • #213: New media folder overview design

🐞 Fixes

  • #210: Fix for adding media files with uppercase file extensions
  • #214: Fix for opening markdown file after creating it for the specified content type

[5.8.0] - 2021-12-21 - πŸŽ„

🎨 Enhancements

  • Refactoring of the WebView logic to new message handlers
  • Optimized the getMedia call from the webview
  • Keep the dashboard its context when switching tabs
  • #205: Define a logging level setting
  • #206: Add front matter issues to the diagnostic tab

🐞 Fixes

  • #207: Fix the quick picks for content creation
  • #208: Fix for the collapse sections action so that it is not available everywhere, but only on the Front Matter panel

[5.7.0] - 2021-12-07 - Release Notes

🎨 Enhancements

  • #188: Support for .markdown files added to the dashboard
  • #190: Diagnostic output for the extension
  • #194: WYSIWYG controls added for markdown files + configuration to enable/disable the functionality

🐞 Fixes

  • #191: Fix beta settings page
  • #200: Fix last modified date sorting for media files
  • #201: Fix overflow issue with the media filename
  • #202: Fix checkbox label color for light themes

[5.6.0] - 2021-11-23

🎨 Enhancements

  • Updated camera icon from VS Code to media icon
  • Updated the media card actions to show it within a menu. This will give a better experience with custom scripts.
  • #97: Custom Script support for media files and folders
  • #178: Sorting added to the media dashboard
  • #179: Updated the open dashboard icon to make it easier to spot it
  • #180: Added {filename} as placeholder for media snippets
  • #181: Support for custom taxonomy fields added

🐞 Fixes

  • #183: Fix type error on the frontMatter.content.sorting setting

[5.5.0] - 2021-11-15

As from this version onwards, the extension will be published to open-vsx.org.

🎨 Enhancements

  • #173: Allow to specify your own sorting for the content dashboard
  • #174: Added option to exclude sub-directories from page/markdown content retrieval

[5.4.0] - 2021-11-05

🎨 Enhancements

  • #166: Added preview button to the panel base view
  • #167: Allow to set the preview path per content type

[5.3.1] - 2021-10-29

🐞 Fixes

  • #163: Setting workspace state instead of global state for the media view

[5.3.0] - 2021-10-28 - Release Notes

🎨 Enhancements

  • #158: Add support for non-boolean draft/publish status fields
  • #159: Enhancements to SEO checks: Slug check, keyword details, more article information

🐞 Fixes

  • Value check when generating slug from title
  • Fix for date time formatting with DD and YYYY tokens
  • Fix in tag space replacing when object is passed

[5.2.0] - 2021-10-19

🎨 Enhancements

  • #151: Detect which site-generator or framework is used
  • #152: Automatically set setting based on the used site-generator or framework
  • #154: Bulk script support added
  • #155: Fallback image added for the images shown in the editor panel

🐞 Fixes

  • #153: Support old date formatting for date-fns
  • #156: Fix for uploading media files into a new folder

[5.1.1] - 2021-10-14

🐞 Fixes

  • #149: Fix panel rendering when incorrect type for keywords is provided

[5.1.0] - 2021-10-13

🎨 Enhancements

  • #141: Allow content creation for page bundles or single files
  • #145: Moved folder registration settings to frontmatter.json file
  • #147: Error boundary added for metadata fields

🐞 Fixes

  • Rendered more hooks than during the previous render in FileList
  • #142: Fix for unknown tags where it throws an error
  • #143: Fix for duplicate values in the file list
  • #144: Fix for toISOString does not exist on object
  • #146: Date parsing logic added with fallbacks

[5.0.0] - 2021-10-07 - Release Notes

✨ New features

  • #113: Integrating a local DB for media metadata (caption, alt)
  • #132: Major changes to the media dashboard which allows you to navigate through all folders

🎨 Enhancements

  • #110: Add support for workspaces with multiple folders
  • #117: Allow to specify a singleline of text in the metadata fields
  • #119: Multi-select support for choice fields
  • #121: Choice fields support ID/title objects as well as a regular string
  • #122: Update the filenames of your media
  • #124: Add new isPreviewImage property to the content type field to specify custom preview images
  • #126: Create new content from the available content types
  • #127: Title bar action added to open the dashboard
  • #128: Support for multi-select on image fields added
  • #131: Folder creation support added on media dashboard
  • #134: On startup, the extension checks if local settings can be promoted
  • #135: Hidden property added for field configuration
  • #137: Ask to move the .templates folder to the new .frontmatter folder

🐞 Fixes

  • #120: Choice and number field not updating when set manually in front matter of the file
  • #133: Fix for overriding default content type settings

[4.0.1] - 2021-09-24

  • #114: Fix for categories/tags provided as string in YAML
  • #115: Fix for updating added categories/tags
  • #116: Fix for not showing the -1 limit on inputs

[4.0.0] - 2021-09-22 - Release Notes

  • #101: Date picker available on the metadata section
  • #102: Support comma separated arrays in front matter
  • #103: Added title and description field to the metadata section
  • #104: Allow to set images in front matter from the metadata panel section
  • #105: Content Type support with backwards compatibility
  • #106: Introduction of team level settings for Front Matter
  • #107: Number field support added in content type fields
  • #108: Choice field support added in content type fields
  • #109: JSON Config script added to automate the JSON schema
  • #111: Insert media into the markdown contents
  • #112: Add snippet support for media insertion

[3.1.0] - 2021-09-10

  • BETA version available at: frontmatter.codes
  • #72: Media view on the dashboard
  • #73: List view option for the dashboard
  • #77: Dashboard grouping pages functionality integrated
  • #81: Optimizing the content folders to use a new setting to simplify configuration
  • #87: Fix issue with autofocus and command palette
  • #88: Fix issue with search sorting
  • #89: Clear filter, sorting, and grouping button added
  • #90: Refactoring to use Recoil state management
  • #91: Support image previews from content folders
  • #98: Add drag and drop support for media upload in a folder

[3.0.2] - 2021-08-31

  • #82: Hide the register and unregister commands from the command palette

[3.0.1] - 2021-08-30

  • #79: Fix scrollbar not visible on the welcome screen

[3.0.0] - 2021-08-27

  • #61: List of recently modified files
  • #64: Publish toggle for easier publishing an article
  • #65: Aggregate articles in draft
  • #66: New dashboard webview on which you can manage all your content
  • #69: Welcome screen for getting started

[2.5.1] - 2020-08-23

  • Fix typo in the package.json file for the preview command

[2.5.0] - 2020-08-19

  • Moved the center layout button to the other actions section
  • #60: Added the ability to open a site preview in VS Code

[2.4.1] - 2020-08-16

  • Better editor highlighting functionality

[2.4.0] - 2020-08-16

  • #21: Folding provider for Front Matter implemented
  • #55: Highlight Front Matter in Markdown files
  • #56: Action to collapse all Front Matter panel sections at once
  • #57: New action added to provide better writing settings (only for Markdown files)
  • #58: Sections remember their previous state (folded/unfolded)
  • #59: Center layout view toggle action added

[2.3.0] - 2020-08-10

  • Refactoring and showing other actions in the base view
  • Show BaseView in Front Matter panel when switching to welcome tab
  • #31: Automatically update the last modification date of the file when performing changes
  • #53: Create current Markdown file as template

[2.2.0] - 2020-08-06

  • #28: Align the file its name with the article slug
  • #47: Fix when table shows only value 0
  • #48: Added new folder registration message + notification helper
  • #49: New initialize project command
  • #50: Fix in the table rendering of rows
  • #51: Panel actions base view enhanced to show project actions and information

[2.1.0] - 2020-08-04

  • #44: Added article creation command
  • #45: WSL support added
  • #46: Make the tag pickers render in full width

[2.0.1] - 2020-07-27

  • #42: Small enhancement to the table layout
  • #43: Fix for collapsible sections and taxonomy picker

[2.0.0] - 2020-07-23

  • Redesigned sidebar panel
  • Sidebar background styling match the VSCode defined sidebar color
  • Added support for mdx files
  • Added support for enter press in the combobox
  • #41: Word count implementation + extra details
  • #40: Added checks for the keyword usage in title, description, slug, and content

[1.18.0] - 2020-07-20

  • Updated README

[1.17.1] - 2020-06-28

  • #34: Fix that last modification date does not update the publication date
  • #38: Update the last modification date on new page creation from the template

[1.17.0] - 2020-06-14

  • #36: Add the option to change the Front Matter its description field

[1.16.1] - 2020-05-27

  • Fix for Node.js v14.16.0

[1.16.0] - 2020-05-04

  • Add all front matter properties as an argument for custom scripts

[1.15.1] - 2020-05-04

  • Add the ability to specify a custom Node path

[1.15.0] - 2020-05-04

  • Added the ability to add your own custom scripts as panel actions.

[1.14.0] - 2020-03-19

  • New links added to the Front Matter panel to reveal the file and folder.

[1.13.0] - 2020-02-26

  • Implemented links to quickly open the extension settings + issue from the FrontMatter view panel
  • Added button to update the modified time in the FrontMatter view panel

[1.12.1] - 2020-02-13

  • Fix Front Matter SVG

[1.12.0] - 2020-01-26

  • #29: Open file after creating it from the template

[1.11.1] - 2020-12-10

  • #26: Fix for arrow selection in the dropdown.

[1.11.0] - 2020-12-10

  • #25: Moved from Material UI Autocomplete to Downshift. This gives more flexibility, and allows to focus the inputs from a VSCode command.
  • Changed the Front Matter: Insert <tags | categories> functionality to open in the panel, instead of using the VSCode dialogs.

[1.10.0] - 2020-12-03

  • FrontMatter panel implemented. This panel allows you to control all extension actions, but not only that. It makes adding tags and categories in a easier way to your page.

[1.9.0] - 2020-11-25

  • #23: Implemented the option to create and use templates for article creation (front matter will be updates as well).

[1.8.0] - 2020-11-20

  • #22: Allow to configure the SEO Title and Description lengths.

[1.7.2] - 2020-10-30

  • #19: fix for tag insertion when empty tag is used

[1.7.1] - 2020-10-21

  • Fix for title and description length check

[1.7.0] - 2020-09-30

  • #18: Added date and modified date field names settings to be able to change the extension its behavior

[1.6.0] - 2020-09-23

  • Syntax highlighting for Hugo shortcodes has been added

[1.5.0] - 2020-09-10

  • #17: Make front matter be indentation tabSize aware

[1.4.0] - 2020-08-24

  • Added set lastmod date command
  • #16: Fixed hardcoded length value

[1.3.0] - 2020-08-22

  • Added SEO description warning when over 140 characters is used

[1.2.0] - 2020-07-03

  • Added SEO title warning when over 60 characters is used

[1.1.1] - 2020-04-07

  • TOML delimiter fix

[1.1.0] - 2020-03-25

  • TOML support added

[1.0.0] - 2020-03-25

  • First major release
  • Fixed an issue with null tag/category values

[0.0.10] - 2019-09-17

  • Updated the logic to remove quotes from front matter property values

[0.0.9] - 2019-09-17

  • Added setting to specify if you want to enable/disable array indents in the front matter of your article
  • Remove quotes on date strings

[0.0.8] - 2019-09-04

  • Added command to generate a clean article slug

[0.0.7] - 2019-08-28

  • Added command to remap tags or categories in all posts: Front Matter: Remap tag/category in all articles

[0.0.6] - 2019-08-28

  • Updated package.json file to include preview label
  • Added the status bar item to quickly view and update the draft status of an article

[0.0.5] - 2019-08-27

  • Updated title, description and logo

[0.0.4] - 2019-08-26

  • Added set date command

[0.0.3] - 2019-08-26

  • Support added for *.markdown files

[0.0.2] - 2019-08-26

  • Updated extension to bundle the project output

[0.0.1] - 2019-08-26

  • Initial beta version

Ready to get started?

Special thanks to our backers & sponsors

run.events - Event Management PlatformVercelBEJS Community