Rajdeep Kwatra
Rajdeep Kwatra
Table related code is here: https://github.com/rajdeep/proton/tree/main/Proton/Sources/Swift/Table.
@zhuxiaod , thanks for highlighting. I have made it public in #361. I am not sure how you intend to use `AttachmentContentIdentifier` for tables as it may be tricky to...
@zhuxiaod You can create an attachment and either set its image to the image that you have or create an image view and pass that to attachment. If your image...
I am having issues with some lists specific snapshots from being generated on iOS 18 and that's why I have not been able to update to it. It is in...
@easiwriter, I have recently updated SnapshotTesting library to a newer version. Could you please try clearing Derived Data? Also, this is only a deprecation warning and should not cause any...
Addressed in #354
@YoX89, can you please explain what your intension is with this PR as I am not sure if I understand it correctly looking at the snapshots in the PR. Both...
@YoX89, that's correct. This is the default behaviour. See the demo below that I just verified on iOS 18 simulator where I am pressing tab key multiple times at each...
@YoX89, for reference, this is the [code that prevents indentation ](https://github.com/rajdeep/proton/blob/main/Proton/Sources/Swift/TextProcessors/TextProcessors/ListTextProcessor.swift#L232)beyond 1 level.
@YoX89, got it. thanks for clarifying. I think, this is something that can be handled even without any change in Proton. You can use `EditorViewDelegate` [didChangeSelection](https://rajdeep.github.io/proton/Protocols/EditorViewDelegate.html#/s:6Proton18EditorViewDelegateP6editor_20didChangeSelectionAt10attributes11contentTypeyAA0bC0C_So8_NSRangeVSDySo21NSAttributedStringKeyaypGSo19PREditorContentNameCtF) function. Depending on the...