Firstly - Amazing library! Really impressed with the work here.. So smooth in experience and user-flow. Testing the journey, I encountered a few things, that I just wanted to share, should you not yet be aware of them.
[ ] Adding an image that "floats" next to a list of bullet points, shows all the bullets on top of the image. This however does fix itself, if an inline-edit is made to the text in the bullet list (e.g. changing font colour or similar.)
[ ] Code blocks should clear floats .graf--code { clear: both; }, in order to not overlap with floated images.
[ ] Tab navigation is buggy. When hitting enter for new line, and then pressing Tab I am taken somewhere to a new section on the page.
[ ] Pasting from Word adapts styling in terms of Headers, bolds and italics, but not line breaks. Would be great if it created a new paragraph block for each line-break.
[ ] When adding link, the cursor should autofocus in the input field as simply clicking and start typing overwrites the selection in the text block.
[ ] Link text in the input field is white when writing (Not readable), and it is not possible to update/remove links.
Keep up the good work.. Would love to see this grow! :D
Thanks for the report @CorfitzMe I will review this in the next weeks. If you can came with a PR of some of the issues reported here would be a great help!
Firstly - Amazing library! Really impressed with the work here.. So smooth in experience and user-flow. Testing the journey, I encountered a few things, that I just wanted to share, should you not yet be aware of them.
.graf--code { clear: both; }
, in order to not overlap with floated images.Tab
I am taken somewhere to a new section on the page.Keep up the good work.. Would love to see this grow! :D
Cheers