Feature Requests and Issue: Content Copying & Editor Hooks #413
SatyaNarayana777
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you @SatyaNarayana777
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered a few issues and potential feature requirements while using the editor. Below are the points for discussion:
Content Copying Indentation Issue:
When copying content from the editor to an external environment (e.g., a text editor), the indentation for numbered lists, bulleted lists, and checkboxes is not retained. This makes the copied content lose its intended structure. Can this behavior be improved to maintain formatting consistency during copy-paste actions?
Finding Selected Content:
Is there an existing function or hook that allows us to determine the content selected by the user within the editor? This would be helpful for scenarios where selection-based actions need to be implemented.
Adding Elements at Specific Positions:
Is there any function or hook available to programmatically insert elements (e.g., text, lists, or custom components) at a particular position within the editor? This would enhance the flexibility of customization and dynamic content generation.
Looking forward to insights or updates regarding these features!
Beta Was this translation helpful? Give feedback.
All reactions