vscode-front-matter
vscode-front-matter copied to clipboard
Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
**Describe the bug** When creating a new content based on a content type with a template as from Issue #351 any frontmatter formatting in the template file is wiped out....
**Describe the bug** Even if a pageFolder path is set to exclude subdirectories, and the content of the sub directories does not show in the Content dashboard, the folders and...
**Describe the bug** When creating a new content with custom content type, draft field is populated as `draft: ""` unless content type has a default value of true set for...
**Describe the bug** In the Contents dashboard, when view is as lines, there is no option to delete a post. You must be in card view in order to see...
**Describe the bug** I'm not sure if this should be a bug or a feature but I'm putting it under bug because it behaves in a way I would not...
https://frontmatter.codes/docs/custom-actions#updating-the-front-matter says something along the lines of returning a json structure to update the frontmatter. It doesn't work though in my tests. A very simple sample: ``` (async () =>...
I have a system where my frontmatter.json is built automatically. After I rebuilt my frontmatter.json, while VSCode is open it does not seem to reload the configuration file. "Watch"ing and...
**Is your feature request related to a problem? Please describe.** I have a few people that want to use static sites and the demos I shared with them were all...
Add the ability to reference a script that will be executed after content creation happened.
**Is your feature request related to a problem? Please describe.** It is common to have a 'staging' branch and preview site/sandbox based on that branch for editorial review/approval. When the...