Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Neo Markdown HelperNew to Visual Studio Code? Get it now.
Neo Markdown Helper

Neo Markdown Helper

constneo

|
1 install
| (0) | Free
Neo Markdown Helper.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Helper

TODO

  • Generate dir tree

Front Matter

---
title: {{title}}
tags: {{tags}}
date: {{date}}
---

# {{title}}

## Content 

Something..

## Ref

- [Example](https://example.com)
- [Demo](https://demo.com)

Options

// .vscode/settings.json

{
  "vscode-markdown-helper.enable": true,
  "vscode-markdown-helper.showWelcome": false,
  "vscode-markdown-helper.templatePath": "./.templates/default.md",
  "vscode-markdown-helper.showUpdateMenu": true,
  "vscode-markdown-helper.showAddDateMenu": false,
  "vscode-markdown-helper.tags": ["vscode", "js"]
}

addDate

The selected text is replaced with the current date.

Build

npm install

npm install -g @vscode/vsce

vsce package --no-dependencies

vsce package --dependencies
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft