proton icon indicating copy to clipboard operation
proton copied to clipboard

Purely native and extensible rich text editor for iOS and macOS Catalyst apps

Results 20 proton issues
Sort by recently updated
recently updated
newest added

Thread 1: "*** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range {7, 0} out of bounds; string length 6" Basically I just go in, create a list and then hit enter to reproduce

Could you please support SWiftUI framework?It will be pretty good~ Thanks for your great job.

I am using Proton with swiftUI through a UIRepresentableView. I am having trouble enabling the scroll functionality when the editor reaches its container size. I set up my view this...

My app embeds an EditorView in a SwiftUI UIViewRepresentable struct which is the documented way to use UIKit views. The problem is that the text does not scroll when it...

Hi, this is a crash that is 100% reproducible in the sample app in the "Commands" example. 1. Tap "List" command. 2. Tap enter. 3. Tap "List" command again 4....

How could I use proton in a swiftui based macos app? It would be great if there's such an example.

The pops up on several numbers. I tried to do dig a bit into LayoutManager and drawListItem but failed to really find much. I also switched out the ListLineMarker and...

The paragraph style is kept but there is no starting list indicator. This can be reproduced in the CommandsExampleViewController 1. Add a list 2. Paste text (in the screenshot I...

Hi, Is there a way to ask the framework, for example the ListTextProcessor if the selected range is a list? This would be good if you have a control to...

Add a line of text and press return Add another line of text Create a multi-level list in the middle of these two lines (preferable 5-6 levels deep) Hit enter...