marp-vscode
marp-vscode copied to clipboard
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
### Version of Marp Tool MarpCLI 1.5.2 ### Operating System Windows ### Environment - OS version: Windows10 - Node.js version (Marpit / Marp Core/ Marp CLI): MarpCLI 1.5.2 - VS...
from #87 and #203: * **"Export to \*\*\*"**: Quick export commands ("to PDF", "to HTML", "to PPTX"). The file name is the same as current document, and it will be...
Virtual workspace support had added in v0.19 (#225), but some cases still won't render image resources correctly. In the case of [live share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare) session (`vsls://`), Marp for VS Code will...
In a Presentation, we will usually have some common resources, like common backbground images etc. Absolute pathes do not work in vscode due to security reasons if i understand it...
The description in "Markdown › Marp: Themes" is currently: A list of URLs or local paths to additional [theme CSS]() for Marp core and Marpit framework. The rule for paths...
If user set in title or another unhandled expressions something like * `title: Title: some expensive description` in his header In this case we will have `Nested mappings are not...
Marp for VS Code is just a extension to Markdown pane for preview Marp slides when writing. Normally user should use exported HTML/PDF/PPTX for the practical presentation. However, We have...
VS Code team is working now for creation trusted workspace concept: https://github.com/microsoft/vscode/issues/106488 Marp for VS Code has not allowed custom Marp CLI configuration for preview and export by default, to...
Didn't find something similar: Using Vscode-plugin and it would be nice to have something like this in the global directives: ```exportName: mypresentation.html``` So I just have to press the export-button...
A stable VS Code v1.72 has allowed toolbar customization to hide buttons. It means no longer `markdown.marp.toolbarButtonForQuickPick` setting is required to hide Marp toolbar icon. https://code.visualstudio.com/updates/v1_72#_hide-actions-from-tool-bars