Provide information when downcast happens for the clipboard pipeline #17745
Labels
package:clipboard
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
When editor content is copied, currently we store in the clipboard the same data as
getData()
would produce. In some cases it would be beneficial to modify or enrich this data, but only for clipboard purposes. It can be done with agetData()
option flag.An example use for this is merge fields. In data, we want to have
{{mergeField}}
. But if you are in the merge field preview, in the clipboard we might want to put the actual merge field value to have better UX when users would copy the document to a different software.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: