AztecEditor-iOS
                                
                                
                                
                                    AztecEditor-iOS copied to clipboard
                            
                            
                            
                        A reusable native iOS visual HTML text editor component.
### Description: We should add support for Text Alignment (`` tags / CSS ``). ### Related Issues: Support CSS Styles #285 is definitely a requirement. Android: https://github.com/wordpress-mobile/AztecEditor-Android/issues/465 ### Proposal: 1....
Hello, thanks for your help. This is a great library. I need to have a model object that represents the pictures in a AztecEditor view. So I need to keep...
**Describe the bug** When using Aztec Editor in Mac catalyst app or iOS simulator, want to copy text and then paste into native Mac mail app. However, Mail app refuses...
**Describe the bug** Putting text like: ``` ``` will render like: `[BODY][/BODY]` **To Reproduce** Steps to reproduce the behavior: 1. Open an instance of Aztec editor 2. fill the editor...
**Is your feature request related to a problem? Please describe.** For my project I need to be able to export the HTML after editing with the TextView selecting which tags...
**Describe the solution you'd like** text changes colors in different nest levels like apple mail app
I'm currently using the TextView as a way to display HTML content in my app, so no editing. I have a commenting section underneath the TextView to which I want...
Based on https://github.com/wordpress-mobile/AztecEditor-iOS/pull/860, I would expect that captions are aligned with their attachment. Specifically: However, captions are always left-aligned. **To Reproduce** 1. Open the Aztec Editor demo app 2. Add...
According to the comment [here](https://github.com/wordpress-mobile/AztecEditor-iOS/blob/f07a2cb27cebdd721371d476a74f3137252398e0/Aztec/Classes/TextKit/TextView.swift#L240), the `captionStyler` is a closure that "will be executed whenever the `TextView` needs to set the base style for a caption". We are told we...