AztecEditor-iOS
AztecEditor-iOS copied to clipboard
A reusable native iOS visual HTML text editor component.
**Describe the bug** When there are multiple ordered lists, one after the other, the lists aren't rendered as expected.  **To Reproduce** 1. Using pod...
**Describe the bug** When we apply code format in note it does not work for some text. **To Reproduce** Steps to reproduce the behavior: 1. Go to Empty demo 2....
**Describe the bug** When pasting text/content/... into the TextView, the delegate should be informed / `textViewDidChange` should be called **Expected behavior** `notifyTextViewDidChange` is called / the delegate is informed about...
In my fork, I disabled html pasting, which causes a crash when the user tries to copy-paste lists. This is because Aztec might encode a nil-int when performing the `copy`:...
Fixes #1254 To test: changes text color when in quotes or nested quotes for more styling options logic is now inside `BlockquoteFormatter` Known issue: pasting text doesn't change color, would...
I cannot find any options for adding a button for changing the text color. Am I missing something or is it not supported? If it is not supported I would...
**Describe the bug** Need to move the cursor to next line after i added image in the editor. Now, the cursor is right side of image. Tried to add "...
This PR just fixes a broken link in the docs and removes some unneeded quotes.
the CSSAttribute‘s name and value property should be public access level, so that we can custom css style
Related to https://github.com/wordpress-mobile/gutenberg-mobile/issues/2935 **Describe the bug** Add emoji characters to a list item with text pushes the content some pixels down. **To Reproduce** 1. Go to a post/page. 2. Add...