Elizabeth Danzberger

Results 101 comments of Elizabeth Danzberger

Hello! I believe this is an issue which is currently being worked out, and the appropriate behavior for copy-pasting markdown vs. raw text is being defined further. There should however...

> Closing since #982 was merged Forgive me for the annoyance, but I am a bit confused on if this was included in a release or not. I am still...

I don't think the failing Cypress tests are related, they are also failing on main it seems. Unsure what caused it 😔

@mejo- Thanks for bringing these up. A lot of the styling issues were present before I even started; I tried to fix some up as best I could, but there...

I made some styling changes which I think make the widget look better than before. Specifically, I made the following changes: - The table headers for the rich text editor...

Sure, as an update to this issue we implemented a workaround which lets you set CSS variables to control the background color or visibility of the logo in Collabora. ```css...

Usually in my experience this is due to the viewer app not being installed or working improperly. In the screenshots from @peseotni it also indicates the viewer app may not...

@sselka By default the viewer is for those filetypes, yeah, but you can also hook into it with other apps. For example in richdocuments it [registers a handler](https://github.com/nextcloud/richdocuments/blob/a3d8d39240dab47ea15655b9a2025b6b57618fb3/src/viewer.js#L14) for office...

Thanks for the info, that is the part I was thinking, that is legacy code which we should probably not have anymore, since this was fixed in #3645 using the...

@sselka Have you tried yet to do a hard refresh using Ctrl + Shift + R? Also, I removed the legacy code here in [this branch](https://github.com/nextcloud/richdocuments/tree/fix/legacy-viewer-code) of the richdocuments app,...