1.12.1 • Published 29 days ago

md2docx-cli v1.12.1

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

md2docx-cli

Command line tool convert Markdown to Docx with nice Pandoc filter.

Usage

The command md2docx uses a set of predefined Pandoc options and scripts to perform Docx conversion.

md2docx [options] [--- [CONVERTER ARGUMENTS]]

Options:
  -V, --version           output the version number
  -c, --converter <PATH>  Specific converter path. (default: "pandoc", env: MD2DOCX_CONVERTER_PATH)
  --log-file <FILE>       Write log messages to FILE.
  --log-filter <STREAM>   Filter log messages stream. (choices: "both", "stdout", "stderr")
  -h, --help              display help for command

WINE Scenarios

For scenarios where md2docx needs to be used in a WINE bottle environment, you can achieve calling md2docx installed on the host environment from the WINE bottle by creating a script link.

The command md2docx-link is used to manage the md2docx link in WINE bottles.

md2docx-link [options] <BOTTLE>

Arguments:
  BOTTLE                  Specific WINE bottle.

Options:
  -V, --version           output the version number
  -w, --wine-path <PATH>  Specific WINE path. (default: "wine", env: MD2DOCX_WINE_PATH)
  -u, --unlink            Remove link.
  -o, --output <PATH>     New link PATH. (default: "C:\\windows\\system32\\md2docx.exe")
  -h, --help              display help for command

And md2docx provides additional options for WINE scenarios.

  --bottle <NAME>              Specific WINE bottle.
  -w, --wine-path <PATH>       Specific WINE path. (default: "wine", env: MD2DOCX_WINE_PATH)

Example

Convert xlsx to docx file by xlsx2md.

md2docx --- -f xlsx.lua -o test.docx test.xlsx
1.12.1

29 days ago

1.12.0

30 days ago

1.11.1

1 month ago

1.11.0

1 month ago

1.10.0

1 month ago

1.9.0

2 months ago

1.8.0

2 months ago

1.7.4

2 months ago

1.7.3

2 months ago

1.7.2

2 months ago

1.7.1

2 months ago

1.7.0

2 months ago

1.5.5

3 months ago

1.5.6

3 months ago

1.5.4

3 months ago

1.5.3

3 months ago

1.5.2

3 months ago

1.5.1

3 months ago

1.5.0

3 months ago

1.4.0

3 months ago

1.3.0

3 months ago

1.2.0

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.1.2

3 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago