trendschau
trendschau
Here is the page as zip-file. I will check another publication with the same layout & settings and about 100 content pages tomorrow... [hyphen.zip](https://github.com/pagedjs/pagedjs/files/9031378/hyphen.zip)
I think I found it on gitlab: https://gitlab.coko.foundation/pagedjs/pagedjs/-/issues/266 Can I inject it as a configuration somehow?
Ok, I tried with this (and other glyphs), but it does not solve the problem: ```` window.PagedConfig = { auto: true, settings: { hyphenGlyph: "\u002D" // hyphenGlyph: "\u00AD" // hyphenGlyph:...
Thank you Julian, with adding function getFinalWord: ```` function getFinalWord(str) { return str.split(' ').pop(); } ```` ... it worked fine, no missing lines anymore!
i suppose it is the image, can you remove it and try again? I opened a ticket at paged.js a while ago, when I find time I will check if...
The bug report in the library is still open: https://gitlab.coko.foundation/pagedjs/pagedjs/-/issues/358
thank you for reporting, that is a bug, I am not sure if I find the time to fix it in version 1 but will be fixed in version 2...
fixed for next release, will be published soon
I am not into that but it sounds good
Hi Christoph, if you upload images with typemill, then it stores the original and some resized versions for production: * folder "original" => original image * folder "thumbs" => thumbnails...