AztecEditor-iOS
AztecEditor-iOS copied to clipboard
A reusable native iOS visual HTML text editor component.
Happened in the wild when pasting bullet list copied from the very same view.
**Describe the bug** Our users experience crashes that for now we are unable to reproduce. The stack trace of the crash is below. Is there any ways to make this...
_WIP_ --- These tests fail in CI, 15.0.1: ``` ✖ testPasteImageWithoutFormatting, XCTAssertEqual failed: ("Pasted: This is an image ") is not equal to ("Pasted: This is an image ") |...
### Migrates the project to Xcode 15 and Apple Silicon in CI Also includes: - An adjustment to the `UITextView` subclass that injects a `UIPasteboard` object. This allows us to...
Hello, can you help me? The project is just fine, but there is one problem that I couldn't solve on my own. Your togglePre(range: NSRange) method is not working. I...
Fixes #1372 #1370 To test: You can add `.package(url: "https://github.com/allenhumphreys/AztecEditor-iOS", branch: "ah/spm")` to the dependencies in a sample application. If needed I can create a repo with a sample application...
Would be great to have SPM as an alternative installation option.
We've seen some [crashes](https://a8c.sentry.io/issues/4310069423/?project=1458804) in WooCommerce for iOS coming from our AztecEditor wrapper. This seems to come from the underlying usage of `paragraphRange`, since assumes that the attachment passed into...
Since iOS13.0 the usage of the `UITextWritingDirection` typealias is deprecated in favour of the existing underlying `NSWritingDirection` data type: https://developer.apple.com/documentation/uikit/uitextwritingdirection Since we use these as the return type when defining...