Florens Verschelde

Results 43 issues of Florens Verschelde

Hi, It would be nice to add a simple `composer.json` file to this repo, to make installation with Composer quite easier. It could look like: ``` json { "name": "fabianmichael/kirby-typography",...

enhancement

Would this plugin be able provide a `$field->hyphenate($lang)` method, without major refactoring? As argued in #6, hyphenation is a design choice. And I'll add that a designer or client may...

enhancement
feature

It's probably worth expanding on the script element. At the very least I'd mention that `` blocks content rendering while the script loads and executes, and add a non-blocking example...

Of course many HTML elements have "semantics", but those who are not special-purpose (form elements, media elements…) and are used to group or mark content with meaning include: - blockquote...

Since I am not currently using this plugin for websites I’m actively working on, and don’t plan to do it in the foreseeable future, I now consider it to be...

announcement

Bug report: https://forum.getkirby.com/t/staticbuilder-kirby-as-a-static-site-generator/4084/26 So basically how the `l::set` and `l::get` system works in Kirby: 1. `L::$data` is an empty array. 2. On page load for multilang websites, Kirby identifies the...

has-workaround
bug

Hi, and sorry for the lengthy bug. :P The id/aria-labelledby pattern used for the icon components can be useful for VoiceOver support (other screen readers should manage to read the...

There's some code and config for showing a favicon in the Launchpad page, but in practice it doesn't seem to work. When running devtools-launchpad with `yarn start`, I'm getting this...

not-available

Steps to reproduce: 1. Start Launchpad 2. Launch Firefox, and open a few tabs 3. Switch back to Launchpad. Keyboard focus will probably be in the "Filter tabs" input 4....

not-available

We could "win" a bit of spacing in the toolbox toolbar by making tab spacing a bit tighter. Currently we use this: ``` | 8px [icon] 6px [label] 8px |...