mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
e55a4e561a016b99f7b0c1b6e75bc2c95679b4f8
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.3%
CSS
4.9%
JavaScript
1.8%

