-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Support the ability to copy to clipboard in extensions #217
Copy link
Copy link
Closed
Labels
apiapi-proposaleditor-clipboardEditor clipboard issuesEditor clipboard issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityrelease-notesRelease notes issuesRelease notes issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
apiapi-proposaleditor-clipboardEditor clipboard issuesEditor clipboard issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityrelease-notesRelease notes issuesRelease notes issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
Support writing (and maybe reading) the system clipboard.
Why I need it: I want to write an extension that will take the contents of the current editor, modify it (by escaping < and >) and then copy that modified text to the clipboard.