mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-01 11:02:26 +02:00
fbf6bbb43f606be5c41d828dd49d7f7ba3cf6bae
VSCode Front Matter Helpers
Info: Extension is still in development, but can already be tested out.
Available commands:
Front Matter: Create <tag | category>
- Creates a new <tag | category> and allows you to automatically include it into your post
Front Matter: Insert <tags | categories>
- Inserts a selected <tags | categories> into the front matter of your article/post/...
Front Matter: Export all tags & categories to your settings
- Export all the already used tags & categories in your articles/posts/... to your user settings
Where is the data stored?
The tags and categories are stored in the project VSCode user settings. You can find them back under: .vscode/settings.json.
{
"frontMatter.taxonomy.tags": [],
"frontMatter.taxonomy.categories": []
}
Feedback / issues / ideas
Please submit them via creating an issue in the project repository: issue list.
Description
No description provided
cmscontent-managementcontent-management-systemhacktoberfestmarkdownstatic-sitestatic-site-generatorvscodevscode-extension
Readme
MIT
46 MiB
Languages
TypeScript
93.6%
CSS
4.7%
JavaScript
1.7%

