Skip to content

Recreate "Export Slide Deck" command in CLI #567

Answered by connortsui20
connortsui20 asked this question in Q&A
Discussion options

You must be logged in to vote

A simple configuration looks like this:

{
    "allowLocalFiles": true,
    "pdfNotes": false,
    "pdfOutlines": false,
    "html": true,
    "browser": "auto",
    "options": {
        "markdown": {
            "breaks": true,
            "typographer": false
        },
        "math": "mathjax"
    },
    "pptxEditable": false,
    "themeSet": ["<absolute path>"],
    "vscode": {
        "themeFiles": [
            {
                "path": "<absolute path>"
            }
        ]
    }
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@connortsui20
Comment options

@yhatt
Comment options

@connortsui20
Comment options

@yhatt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by connortsui20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants