Roman Steiner
Roman Steiner
I've encountered an issue while using this plugin together the "[visual markdown](https://github.com/JonasDoebertin/kirby-visual-markdown)" plugin and a structure field. I mention the author here, hoping he sees this issue: @JonasDoebertin The problem...
**Describe the bug** Having a structure field in a 1/4 width column breaks its `footer` layout. There's simply not enough space for all that padding. See screenshot below. On 1/6...
## Description The tail of some descenders are clipped by the text inputs (all of them: text, email, etc.) **Expected behavior** Don't cut tail. Poor tail. Bad box! **Screenshots** Kirby...
Previously the `extension` part of the `accept` property in file blueprints was ignored when creating the [HTML `accept` attribute ](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept). For file types that are unknown to Kirby this resulted...
## Description The toolkit function `A::append` doesn't do what I would expect it to do, or what its name or docs would suggest: append one array to another. Currently it...
Hi! dragging (while sorting) a structure item into the visual markdown editor crashes the javascript (it seems to be coming from codemirror, but having the files minimized it's difficult to...
When visiting a panel page having this plugin, with an iPhone (tested on iOS 7 and 9), the panel page keeps reloading (My best guess is that it's Kirby that...
As far as I know, both the corpus and the query need to be stemmed for a full-text search to work. While I can specify a language for the index,...
## This PR … Resumes the work of #4344, but without merge conflicts. It: - Implements the `acceptAttribute` method in the `FileBlueprint` class. - deprecates the `acceptMime` method - adds...
## Description Sorting files in a pages section is unnecessarily slow: Flipping 2 images in a pages section showing 60 images takes over 20 seconds on my test server. During...