Thomas Citharel
Thomas Citharel
It has theme inheritance http://docs.sylius.org/en/latest/bundles/SyliusThemeBundle/theme_inheritance.html which was needed for https://github.com/wallabag/wallabag/issues/1521
The annotation system needs js (and probably css) inline, and you'll probably need to allow all external pictures.
> I agree that I don't think we can avoid loading external images. app.wallabag.it uses a camo system to have all pictures through https and a local domain, so there's...
Yeah, there are much issues opened relative to this. I change the title to export the annotations too, that's a good idea.
See #1038
> Sorry, I’m only seeing this PR now – as said in the issue at https://github.com/nextcloud/calendar/issues/1835#issuecomment-902504834 – this should not be a setting, but rather we should just remember the...
Rebased (and fixed)
As I said, Microsoft Outlook doesn't follow standards properly and abuses this field. Part of #3234 could be to try to interpret `Description` as HTML as a fallback if there's...
See https://github.com/nextcloud/server/pull/31859
The CalDAV server lies in Nextcloud "server", not the Calendar app. Any Nextcloud app can connect to the CalDAV server through CalDAV, just like Calendar and Tasks do it. UX...