Keyboard shortcut to cite serveral paragraphs

I use to cite paragraphs of copied text to notes in Joplin. The markdown has the shorcut > to cite a paragraph, but I often need to select several paragraphs and to cite them. When several paragraphs are selected, the shortcut > erased them instead of citing them. Could it be possible to implement a keyboard shorcut to enable this feature ? On desktop, that could be something like Cmd + >, or Alt + > or Ctrl + >, to be close to the markdown keyboard shorcut for cite. On mobile, it could be an extra button to chose from the options and to ad into the menu bar.

[EDIT] It appears that other sofwares have specific keyboard shortcut for that :

  • Typora used Cmd + Shift + > on macOS,
  • Obsidian used Cmd/Ctrl + Shift + C.

I don’t know if it useful to implement it on Joplin.

And also, the keyboard shorcut ⌘ + > il already use on macOS: it creates a code bloc around the selection (ie ``` […] ```).

my markdown alerts plugin can do this: GitHub - bwat47/joplin-markdown-alerts: Add support for GitHub-style alerts (callouts) in Joplin's markdown editor/viewer, plus editor commands for alerts, blockquotes, and inline formatting (strikethrough, highlight, underline, superscript, subscript). · GitHub

by default ctrl + shift + > will convert selected text to a block quote. It supports multiple selections/cursors (and it's also paragraph aware so you can quote the paragraph where the cursor is without selecting the text)

this could also make sense as a standard feature I agree, as other markdown editors have a command to quote/unquote