Matthias Bohlen

Results 36 comments of Matthias Bohlen

OK, so most of this stuff is done, some things are still remaining. I'll have to get some sleep, first. Maybe you can have a look and tell me what...

I cannot proceed with this. Does anyone like to take over the work?

> No, this is not in a releasable state. The biggest issue is that the new design does not support non-TypeScript users. As far as I remember, this is not...

> Just tested it out and the behavior is as expected: If you paste the text copied via "Copy as HTML" into Word or LibreOffice or any other RichText editor,...

Thank you, Ralf, for analyzing this. I'll have a look at what happens now.

Not yet, I was in a training the whole day. However, I made it compile and test, then I committed it. How can I easily test it on a new...

Hi @uniqueck Constantin, thanks for the tip and the offer to help, appreciate this! I tried to use the version that you suggested but unfortunately, it is not in the...

@uniqueck Hi Constantin, I have made your changes but the build still breaks. Can you have a look?

Now the tests run fine. Afterwards, I tried what you, Ralf, tried above: added to the file ```src/docs/manual.adoc``` the following lines: ``` slide::Demo.pptx[slideNumber=1] ``` I then did a ```./gradlew generateHTML```...

Now, in 2022, I am using yarn 3.2.1 and React 17. I still had to add the following block to the **root** `package.json` to work around this bug: ```json "resolutions":...