Skip to content

Commit c0c1183

Browse files
authored
Remove deprecated option in Booklet Export defaults.yaml (#258)
* Update defaults.yaml Remove deprecated --strip-empty-paragraphs option that causes pandoc to exit https://disco.uv.es/disco_docs/wikibase/doc/fra/pandoc_manual_2.7.3.wiki?7 * Update info.json version number and authors
1 parent 48a3822 commit c0c1183

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

word-pdf-booklet-export/defaults.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ to: odt
44
standalone: true
55
self-contained: false
66

7-
strip-empty-paragraphs: true
8-
97
# lf, crlf, or native
108
eol: lf
119

word-pdf-booklet-export/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"identifier": "word-pdf-booklet-export",
44
"script": "word-pdf-booklet-export.qml",
55
"resources": ["defaults.yaml", "reference.odt"],
6-
"authors": ["@student4life", "@letterus"],
6+
"authors": ["@student4life", "@letterus", "@willowbit"],
77
"platforms": ["linux", "macos", "windows"],
8-
"version": "0.1.1",
8+
"version": "0.1.2",
99
"minAppVersion": "22.11.6",
1010
"description" : "This script exports the current note to at least three file formats. First it creates a .docx/Word file using <a href=\"http://pandoc.org/installing.html\">Pandoc</a> and <a href=\"https://libreoffice.org/download/download/\">LibreOffice</a>. Finally <a href=\"https://ctan.org/pkg/pdfbook2l\">pdfbook2</a> is used to create a short-edge double-sided printable booklet for paper size A4.\n\nPandoc is run from the folder containing the current note file.\n\nA defaults.yaml and reference.odt files in the current note directory can be used to fine tune the export. Otherwise the configuration and template files provided within the directory of this script are used.\n\nThe odt file used for docx and pdf file creation is removed during the process. If you want to keep it comment out the corresponding lines of script."
1111
}

0 commit comments

Comments
 (0)