Marp for VS CodeCreate slide deck written in Marp Markdown on VS Code. We will enhance your VS Code as the slide deck writer. Mark
See the documentation of Marpit Markdown and the features of Marp Core about how to write.
UsageMarp preview for Markdown document will be enabled when
It also can toggle by opening the quick picker from toolbar icon
FeaturesPreview Marp MarkdownMarp for VS Code can preview your Marp Markdown with the same way as a native Markdown preview. Export slide deck to HTML, PDF, PPTX, and imageWe have integrated Marp CLI to export your deck into several formats. To export the content of active Markdown editor, open the quick pick from Marp icon on toolbar
You can also execute command from the Command Palette (F1 or Ctrl/Cmd+Shift+P). Supported file types
Default file type can choose by
Use custom themeYou can register and use custom theme CSS for Marpit / Marp Core by setting
It's very similar to a way for using custom styles in ordinary Markdown preview. The registered theme can use by specifying theme name in
Markdown preview will reload updated theme CSS automatically when you edited the registered local CSS file. It's very useful for creating your own theme.
Outline view for each slideWe extend a native outline view to support slide pages in Marp Markdown.
Slide folding in editorYou can fold the content of slide in editor while editing Marp Markdown.
Enable HTML in Marp MarkdownYou can enable previsualization of HTML code within Marp Markdown with the ContributingAre you interested in contributing? Please see CONTRIBUTING.md and the common contributing guideline for Marp team. AuthorManaged by @marp-team.
LicenseThis extension releases under the MIT License. |