marp-cli
marp-cli copied to clipboard
A CLI interface for Marp and Marpit based converters
### Expreimental transitions are available in Marp CLI v2.0.0 and later + Google Chrome / Chromium 101 and later. This issue is for tracking an experimental transitions support for bespoke...
Hi all, Following discussion in https://github.com/marp-team/marp/discussions/326, I would like to request a feature for an overview mode that allows to navigate easily between slides in the bespoke template (see example...
Thank you for this fantastic work, I finally can stay with vim(nvim) when I have to make some slides. I just wonder if marp --preview window can follow my vim...
[Google Chrome 💯](https://developer.chrome.com/100/) has implemented [Multi-Screen Window Placement API](https://developer.chrome.com/blog/new-in-chrome-100/#multi-screen-window-placement). It definitely matches to Marp's use case, the presenter view of Marp CLI's bespoke template. > - Slideshow apps can show...
(I posted this in Marp VSCode but was told it belonged here instead) When I used the Fragmented unordered list and export to PPTX, the "fragmented" / animation part doesn't...
Is there a way to export a PDF with Presenter Notes from VS Code? This closed [PR](https://github.com/marp-team/marp-cli/pull/52) had a feature like it. Is exporting to PPT (via the CLI) the...
Watch mode does not update .html although an update of the css file triggers conversion, in preview mode only : ``` $ marp -p -w --theme-set ~/marpthemes P_P1A_00.md [ INFO...
It seems only changes to `*.md` files will be watched. For example, changes to images will not be watched. ### Steps to reproduce 1. Create a simple `index.md` that references...
It would be good to fill the title for converted HTML automatically from the heading of title slide when `--title` option (and `title` global directive) is not passed. We make...