Replies: 1 comment
-
Hi @shavelli If you manage to implement lists, I'd love to see it so I can add it to the SDK. You could try to trigger the paste action with the selected range, that should work. Please let me know once you've tried. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can i replace just the selected text?
I'm just experimenting, but i'm trying to add ordered and unordered lists functionality. (I was hoping this would be included already, but I don't think it is)
Anyway i tried this but it replaces the entire text. How do i replace just the text that the user is selecting? Even better if i could keep it as NSAttributedString the whole time so i don't lose other user formatting.
Experiment Code:
Beta Was this translation helpful? Give feedback.
All reactions