marp-vscode
marp-vscode copied to clipboard
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://github.com/marp-team/marp-vscode/actions - https://github.com/marp-team/marp-vscode/actions/runs/6677906300/job/18148432474 - https://github.com/marp-team/marp-vscode/actions/runs/5766255634/job/15634974497
### Version of Marp Tool marp-vscode 2.6.0 ### Operating System Windows ### Environment vs code about: Version: 1.79.2 (system setup) Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:57:04.379Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1...
How to reproduce: 1) Open your .md file with presentation, not a whole project folder 2) Add a custom theme, specify the relative path to it in the settings 3)...
I want to use several custom themes, and I found that I couldn't use wildcards like `"./examples/*.css", but "./examples/test.css" would work. Usually the `settings.json` supports the wildcards. Is this some...
This is just an idea for future works for marp-vscode. On my usecases, marp-vscode works on vscode.dev or vscode server. Unfortunately, current marp-vscode does not support exporting any slide files...
It seems marp-cli allows to export presenter's notes as txt: https://github.com/marp-team/marp-cli/issues/278 It would be nice to add this feature to the extension ! Thanks for your work.
Bumps [@marp-team/marp-cli](https://github.com/marp-team/marp-cli) from 3.4.0 to 4.0.0. Release notes Sourced from @marp-team/marp-cli's releases. v4.0.0 [!IMPORTANT] See also https://github.com/orgs/marp-team/discussions/533 about new changes in Marp Core. ⚡️ Breaking End-of-Lifed Node.js 16 is no...
I don't like the auto-open functionality. Here is a setting, with the default being enabled (as it is now), which lets a user adjust this to their taste.
Added the quick export command, which enables a faster export. (no filename selection and faster type selection via ` window.showQuickPick`) I mainly did this, because I was annoyed to always...
Bumps [@marp-team/marp-core](https://github.com/marp-team/marp-core) from 3.9.0 to 4.0.0. Release notes Sourced from @marp-team/marp-core's releases. v4.0.0 [!IMPORTANT] The new slide container styles, block container and safe centering, produce breaking changes to existing slide...