diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-27 20:16:42 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-27 20:16:42 +0000 |
| commit | a6e50d07748c842f1f0a09e4b173c87850c6ddee (patch) | |
| tree | 482b6d60082a4ec7f6f1a8017f73e085c422c78f /docs | |
| parent | Merge branch 'savagej-patch-1' (diff) | |
| parent | fix comment (diff) | |
| download | paper2remarkable-a6e50d07748c842f1f0a09e4b173c87850c6ddee.tar.gz paper2remarkable-a6e50d07748c842f1f0a09e4b173c87850c6ddee.zip | |
Merge branch 'feature/custom_css'
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 |
