2019-08-26 11:22:26 +02:00
2019-08-26 11:22:26 +02:00
2019-08-26 11:04:21 +02:00
2019-08-26 11:04:21 +02:00
2019-08-26 11:22:26 +02:00
2019-08-26 11:22:26 +02:00
2019-08-26 11:22:26 +02:00
2019-08-23 17:46:23 +02:00
2019-08-26 11:22:26 +02:00
2019-08-26 11:22:26 +02:00
2019-08-26 11:04:21 +02:00
2019-08-23 17:46:23 +02:00
2019-08-23 17:46:23 +02:00
2019-08-23 17:46:23 +02:00
2019-08-26 11:22:26 +02:00

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

Create tag or category

Front Matter: Insert <tags | categories>

  • Inserts a selected <tags | categories> into the front matter of your article/post/...

Insert tags or categories

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.

Languages
TypeScript 93.3%
CSS 4.9%
JavaScript 1.8%