diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-27 13:47:40 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-27 13:47:40 +0000 |
| commit | 948d314b47be221f7694a793c964d4728212c33c (patch) | |
| tree | 6135afbcab009f1f6b22b4bcfec293ff07a25827 /docs | |
| parent | Merge branch 'savagej-patch-1' (diff) | |
| download | paper2remarkable-948d314b47be221f7694a793c964d4728212c33c.tar.gz paper2remarkable-948d314b47be221f7694a793c964d4728212c33c.zip | |
Add support for custom styling of HTML output
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/man.md b/docs/man.md index 132d896..db7d600 100644 --- a/docs/man.md +++ b/docs/man.md @@ -71,6 +71,18 @@ reMarkable options: If the target directory does not exist it will be created. If not specified, the root directory will be used. +Output customization: + +--css=FILENAME + Path to a CSS file with custom styling for the HTML output. This option + is ignored for any of the other providers. The code for the HTML + provider contains the default CSS style, which can be used as a starting + point. + +--font-urls=FILENAME + Path to a file with font urls (one per line) for the HTML output. This + will generally be used in combination with the ``--css`` option. + System settings: You'll only need to specify these options if the programs are not available on |
