Raphael Cruzeiro
Raphael Cruzeiro
Listen to `NSNotification.Name.UIKeyboardWillShow` and then update your constraint to take into account the keyboard height.
This is actually a good feature suggestion! We'll work on this as soon as we get rid of the bugs (if you want to try to implement this feature, I'll...
Yes, that is true. The editor was never planned for allowing text to be aligned on any other way than left. I'll take a look onto this and see if...
Perhaps the placeholder should be placed outside the editor (maybe a pseudo-class?) @otaviosoares what do you think?
Unfortunately, the solution for this caused a more serious bug (#59).
You mean like emulating the INSERT key?
Got it. It should be fairly simple to implement using the [execCommand](https://developer.mozilla.org/en/docs/Rich-Text_Editing_in_Mozilla) API . I have some things to do before I can take a look at this. Meanwhile, if...
The initial fix for this is on 3fe94d850d5b53e6633371a671c8b926e6b59f21 but there are still some issues when the user toggles the lists on and off with other formatting previously applied to the...
@otaviosoares, perhaps you could take a look on this and see if you can come up with an ideia?
This should be the default behaviour. If I select a text formatted as an _h1_, the _h1_ button should be green. If I click the button the header formatting should...