Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Blog File GeneratorNew to Visual Studio Code? Get it now.
Markdown Blog File Generator

Markdown Blog File Generator

Preview

isirmt

|
9 installs
| (0) | Free
Generate File For Markdown Blog
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-blog-base README

  • Customizable header

Japanese

Usage

When you create a Markdown blog, a YAML header is generated at the same time.

Open the command palette (Ctrl+Shift+P) and select Create Markdown Blog File. A field will appear asking for the name of the page (slug) to be created.

A page name.md will be created in the workspace folder, containing the following information.

---
title:
author:
date:
  published_at:
  updated_at:
---

After this, you can write your blog as you like!

How to create an optional header

Create markdown-blog-config.txt in the root of your workspace folder. If you want to generate it as shown in the sample, you can do so by writing the following.

title
author
date
  published_at
  updated_at

If indentation is required, enter two spaces.

CHANGELOG

Check CHANGELOG.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft