You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ The optional `scopeSelector` parameter ensures that even if the user selection b
38
38
39
39
## Events
40
40
41
-
A `quote-selection` event is fired on the quote region before text is appended to a textarea. Listen to the event to prepare the textarea or manipulate the selection text.
41
+
*`quote-selection-markdown` (bubbles: true, cancelable: false) - fired on the quote region to optionally inject custom syntax into the `fragment` element in `quoteMarkdown: true` mode
42
+
*`quote-selection` (bubbles: true, cancelable: true) - fired on the quote region before text is appended to a textarea
42
43
43
44
For example, reveal a textarea so it can be found:
0 commit comments