Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated option in Booklet Export defaults.yaml #258

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}