patrickvuarnoz
patrickvuarnoz
The method parseRichText() concatenates all text found in individual text runs with a white-space, i.e. by `implode(' ', $value)` on line 315 in v0.4. At least with our XLSX this...
It would be great if the TODO icon in the sidebar would also indicate that there are todos at all. Like that you'd have an active reminder that there are...
I've added two extensions.... Deal with vertical margins: By calculating the height of an object with .outerHeight(true) and setting the new height the same way it's possible to include margins...
I ran into a problem where I got an error message like `TypeError: Cannot read properties of undefined (reading 'apply')` in `E.emit`. This was due to a code change where...