TIL how to export-to-pdf, presentations created by...
# today-i-learned
s
TIL how to export-to-pdf, presentations created by the [VSCode-Reveal](https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal) extension. - Apparently there is a bug in their export functionality. - Used
npm
to install [
decktape
](https://github.com/astefanutti/decktape) - *Example cli usage: * - Click
Open presentation in Browser
from the extension - Open terminal - From
dendron/vault/assets/pdfs
directory, run: -
decktape --pdf-author "<youir_name>" --pdf-title "<pdf_title>" reveal "http://localhost:<whatever_port#>" <pdf_filename>.pdf