Results 29 comments of Sylvain Julé

Could be useful indeed! I won't be able to work on it in a near future though.

This is related to https://github.com/getkirby/kirby/issues/3976 The `kirby()->user()` call : https://github.com/sylvainjule/kirby-matomo/blob/8662f8ec074369c605cb186b245a797c9bbbe68d/lib/matomo.php#L24 is preventing the page to be cached since 3.5.5. A fix is being worked on by the team if I...

The plugin uses the core Query functions, which sanitizes the query result and returns only the text / value pair. This will probably require switching to a dedicated query method,...

I am using [thephpleague/color-extractor](https://github.com/thephpleague/color-extractor), as far as I know there are no "extraction type" options. If you have better results with another PHP library I'd be happy to implement it.

Both `default` and `required` work fine for me with Kirby 3.5. It seems that default value are handled differently when added to already existing pages, maybe that's what was at...

I haven't encountered the need for such a view in a project yet so I'll probably not find the time to dig into this myself in a near future, but...

After giving it second thoughts, I will also have a use case for such a section quite soon. However, I'll also require to preview GeoJSON (for which I am currently...

Fixed with release 1.1.6 ✅ Apologies for the delay.

Yes, switching to a fully [remote mode](https://xaksis.github.io/vue-good-table/guide/advanced/remote-workflow.html#server-side-table) to handle all the sorting / filtering / pagination server-side like the pages section does. I'm quite short on time these days, I'm...

Hi, apologies I currently don't have time to implement this feature. It would require quite a lot of work and adjustments, even as a paid thing I cannot take it...