Adam Kiss
Adam Kiss
Allow the user to search a specific area (reference/guide/plugins/…) with a specific syntax - `$page in:g` - `$page @g` - `$page -g` - `-g $page` - `g $page`
**Describe the bug** If an image includes [EXIF orientation code](https://www.impulseadventure.com/photo/exif-orientation.html), both GD and ImageMagick behave wildly inconsistently: It might be anything from resizing with dimensions switched, but correct orientation (i.e....
**Issue with Reference** [date time input](https://getkirby.com/docs/reference/plugins/ui/date-time-input) component referenced in the documentation doesn't seem to exist anymore, at least the getkirby/kirby repository link goes to 404 **Expected** I'd expect the reference...
Today, as I was implementing Writer, I've looked up docs, specifically regarding limiting content; This is what the docs state: > Sets the allowed nodes. Available nodes: bulletList, orderedList, heading,...
Hi Bruno, I've tried to setup autoid with Sylvain's [Multilist](https://github.com/sylvainjule/kirby-multilist), since that one is _basically_ a structure, but I've found out it doesn't really work. I've tried to isolate in...
**Is your feature request related to a problem? Please describe.** I'd like to log all requests - successes or otherwise. **Describe the solution you'd like** I think the simplest, most...
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Issues | Fix #54359 | License |...
This is a work in progress of allowing to call hooks on various events; So far, I've added the hooks, and events of "error", "success" and "always", called in the...
If you have the field set as `sortable: false` and `sortBy: whatever however`, as soon as you change the value of the field the multilist is sorted by, if the...
For many tasks a user might want to do with a cli command, configuration differs for production/staging/dev environments. Kirby solves this very elegantly with `config.domain.ext.php` files, but these are not...