Using Blueprint templates in Visual Studio Code
Some tooltip text!
• 1 minute to read
• 1 minute to read
Pre-requisites
- A local clone or fork of the SuperOfficeDocs repo
- Visual Studio Code
Getting started
- Install the VS Code Blueprint extension by teamchilla.
Create a new Markdown file with metadata header
This will create a single file with a standard metadata header, placeholder level 1 header, and set-up for reference style images and links.
The name you enter becomes the file name in kebab case and uid in snake case.
- Right-click the folder where you want to add the file.
- Select New File from Template.
- Select new-file from the list and enter a name without a file extension.
- Edit and save the file as normal.
Create a new sub-folder in DocFX content
This will create the folder and add file index.md to it. The name you enter becomes the folder name in kebab case and uid (of index.md) in snake case.
- Right-click the folder where you want to add the file.
- Select New File from Template.
- Select docfx-subfolder from the list and enter a folder name.
- Optionally add additional Markdown files to the new folder.