05-25-2024, 12:21 PM | #61 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Unfortunately, I wasn't able to reproduce this problem on my Windows 11 machine. The file selection dialog didn't have problems with spaces or umlauts in the path or the file name. Maybe the file path contained some invisible control characters.
Last edited by Doitsu; 05-25-2024 at 12:24 PM. |
05-26-2024, 06:36 AM | #62 |
Wizard
Posts: 1,035
Karma: 11227259
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
|
As well as in the folder, there had been a "ú" in the name of the file itself ("Júlia"). When the plugin didn't work for the first time, I changed the name of both ("Julia"), suspecting that this letter might have caused the problem. But the issue continued. So, I tried to choose a totally different name and save it to a different location. That solved the problem.
|
06-01-2024, 02:37 PM | #63 | |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
convert_all (default) old value hard_labels convert_label_styles old value css1 convert_labels old value css1_hack ignore_all I found a sample config.xml file on the writer2xhtml Github page: https://github.com/writer2latex/writ...cleanxhtml.xml and slightly updated it for epub3 output and removed all redundant entries where the value matched the default value. If you change the value in the following line from: Code:
<option name="list_formatting" value="ignore_all" /> <!-- default: convert_all -->
Code:
<option name="list_formatting" value="convert_label_styles" /> <!-- default: convert_all -->
I also found out by chance that writer2xhtml 1.7.x supports page numbers in epub3 files. Unfortunately, it'll add a masterpage attribute to page break definitions, which EPUBCheck doesn't like. I commented out one source code line to change this behavior and created a new experimental build that is attached to this post. If you generate epub2 books, you'll need to change the following config.xml entry from: to: Code:
<option name="original_page_numbers" value="true" /> <!-- default: false -->
Code:
<option name="original_page_numbers" value="false" /> <!-- default: false -->
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[FileType Plugin] YVES Bible Plugin | ClashTheBunny | Plugins | 27 | 01-16-2023 02:25 AM |
Plugin not customizable: Plugin: HTML Output does not need customization | flyingfoxlee | Conversion | 2 | 02-24-2012 03:24 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |
New Plugin Type Idea: Library Plugin | cgranade | Plugins | 3 | 09-15-2010 01:11 PM |