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