Skip to content

Commit

Permalink
Remove deprecated option in Booklet Export defaults.yaml (#258)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
willowbit authored Feb 20, 2025
1 parent 48a3822 commit c0c1183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions word-pdf-booklet-export/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ to: odt
standalone: true
self-contained: false

strip-empty-paragraphs: true

# lf, crlf, or native
eol: lf

Expand Down
4 changes: 2 additions & 2 deletions word-pdf-booklet-export/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"identifier": "word-pdf-booklet-export",
"script": "word-pdf-booklet-export.qml",
"resources": ["defaults.yaml", "reference.odt"],
"authors": ["@student4life", "@letterus"],
"authors": ["@student4life", "@letterus", "@willowbit"],
"platforms": ["linux", "macos", "windows"],
"version": "0.1.1",
"version": "0.1.2",
"minAppVersion": "22.11.6",
"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."
}

0 comments on commit c0c1183

Please sign in to comment.