Releases: marp-team/marp-vscode
Releases · marp-team/marp-vscode
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
Breaking
- VS Code >= 1.60 is now required (#283)
Added
- [Early preview] Set up build for Web extension such as github.dev (#281, #283)
- A guide for creating Marp Markdown quickly (#287)
Fixed
Changed
v1.3.0
Added
- Auto completion for
size
global directive (#276) unknown-size
diagnostic: Notify if the specified size preset was not defined in a theme (#276)- Auto-trigger suggestion for value of supported directives (#277)
markdown.marp.pdf.noteAnnotations
config: Add presenter notes to exported PDF as note annotations (#278)- IntelliSense support for new metadata options in Marp CLI v1.3.0:
author
andkeywords
global directives (#279)
Changed
v1.2.0
Added
- IntelliSense and auto-completion for
math
global directive (#266) - Diagnostics for
math
global directive (#267)define-math-global-directive
: Recommend to declare math typesetting libraryignored-math-global-directive
: Report ignoredmath
global directive if disabled math by the extension setting
- Handle the export command into non-file scheme (#262, #269)
- Support direct export from the remote container to the local file system
Fixed
Changed
v1.1.0
Added
markdown.marp.newMarpMarkdown
command to create empty Marp Markdown (#255)- Contribution to "New File…" in File menu and welcome screen (Experimental: Required opt-in by
workbench.welcome.experimental.startEntries
in VS Code 1.58+) (#255) - Allow to disable math typesetting in Marp Markdown by
"markdown.marp.mathTypesetting": "off"
setting (#256, #258)
Fixed
- Silence
unknown-theme
diagnostic if definition of theme directive is incompleted (#257)