Multi-line quoting, close #199
This commit is contained in:
parent
2c2aa309c7
commit
75920efb25
@ -1324,6 +1324,7 @@
|
||||
if (s = selection.toString()) {
|
||||
selectionID = (_ref = $.x('preceding::input[@type="checkbox"][1]', selection.anchorNode)) != null ? _ref.name : void 0;
|
||||
if (selectionID === id) {
|
||||
s = s.replace(/\n/g, '\n>');
|
||||
text += ">" + s + "\n";
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
github
|
||||
- mayhem:
|
||||
- Make updater's settings dynamic
|
||||
- Multi-line quoting
|
||||
- fix remember updater's interval settings
|
||||
- fix wrong keybind input in options
|
||||
- fix time preview
|
||||
|
||||
@ -1039,6 +1039,7 @@ qr =
|
||||
if s = selection.toString()
|
||||
selectionID = $.x('preceding::input[@type="checkbox"][1]', selection.anchorNode)?.name
|
||||
if selectionID == id
|
||||
s = s.replace /\n/g, '\n>'
|
||||
text += ">#{s}\n"
|
||||
|
||||
ta = $ 'textarea', qr.el
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user