Mike

Results 3 issues of Mike

Two buttons next to each other won't have the same height if one of them is hollow. Hollow button receives a 1px border, but because the padding is not corrected...

The only way to hide some buttons is to list them in `remove-buttons` attribute. This is very annoying and not user-friendly. It should be possible to pass all the CKEditor...

Let's assume we have an .env file: ``` FIRST_NAME="Joe" SURNAME="Doe" FULL_NAME="${FIRST_NAME} ${SURNAME}" ``` After this file is sourced `$FULL_NAME` would automatically have the referenced variables filled. That's what one would...