this will be a big upgrade.
i found two small issues:
  • on mobile the icons render on two lines, with the image icon taking up a full line itself.
  • there is a strange border issue appearing for me. i think removing the translucent outer border on the text box will make the editor appear more refined.
The two rows on mobile was my biggest annoyance too.
reply
Mobile toolbars are tricky - it's a lot of buttons to display in a small space.
Most mobile interfaces opt out of displaying them all together. Collapsing them in a dropdown is the best I've seen.
This will be particularly tricky to display deep in a comment thread that's working with even less width.
Still trying to find some inspiration I like.
reply
also, looks like the paragraph spaces i add to the editor don’t appear in the preview
reply
When we render from markdown, we don't respect arbitrary whitespace. We can add support for it, but there are tradeoffs.
reply