aboutsummaryrefslogtreecommitdiff
path: root/config.example.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-28 01:00:11 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-28 01:00:11 +0000
commit63cb0e845e3fc4d62f04217028fb2bb635e3f8a2 (patch)
tree123d932dcd505df94ec93a80f4d81f1fadda88c7 /config.example.yml
parentBump version and update changelog and readme (diff)
downloadpaper2remarkable-63cb0e845e3fc4d62f04217028fb2bb635e3f8a2.tar.gz
paper2remarkable-63cb0e845e3fc4d62f04217028fb2bb635e3f8a2.zip
expand comments in config examplev0.8.4
Diffstat (limited to 'config.example.yml')
-rw-r--r--config.example.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.example.yml b/config.example.yml
index b50b88e..52d3ac4 100644
--- a/config.example.yml
+++ b/config.example.yml
@@ -1,17 +1,20 @@
---
core:
- crop: 'left' # or: 'none', 'left', 'right'
- blank: false # or: false
- upload: true # or: false
- verbose: true # or: false
- experimental: true # or: false
+ crop: 'left' # options: 'none', 'left', 'center', 'right'
+ blank: false # options: true, false
+ upload: true # options: true, false
+ verbose: true # options: true, false
+ experimental: true # options: true, false
# System settings are all optional, but can be used if executables are not on
-# the PATH.
+# the PATH. Options in this section include: gs, pdftk, pdftoppm, qpdf, and
+# rmapi.
system:
gs: /usr/bin/gs
-# Settings for styling HTML sources
+# Settings for styling HTML sources. This section has support for a css field
+# and a font_urls field. The former is expected to be a multiline string and
+# the latter a list of urls.
html:
css: |
@page { size: 702px 936px; margin: 1in; }