Skip to content

ghill2/markdown-snippets

Repository files navigation

markdown-snippets README

Features

Parse Markdown code blocks into VSCode snippets.



Snippet format


## My Cool Snippet

```python pre="hworld" desc="insert hello world"

print("Hello World")

```


IMPORTANT:

The language identifier is needed. See VSCode language identifiers.

The pre, desc tag are optional.



How to use

1) Set this setting in settings.json:

  • markdownSnippets.markdownFolder: The path to the folder with your markdown files.

2) Run command Save Snippets from command palette.

  • Snippets are also exported when VSCode starts up.


Release Notes

1.0.0

Initial release.



More information

About

Convert markdown code blocks to VSCode snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published