Skip to content

Feature Request: Allow changing output file name #40

@yakatz

Description

@yakatz

The name of the output is currently hardcoded to be the markdown file name and the extension for the output format.

var outFile = (path.join(filePath, fileNameOnly) + '.' + qpSelection.label).replace(/(^.*$)/gm,"\"" + "$1" + "\"");

It would be nice to be able to add things like the current date (probably straightforward) or a version/build number (harder? since you would have to track it separately).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions