0x6b / copy-selection-as-markdown

Firefox add-on to copy selection as Markdown
https://addons.mozilla.org/en-US/firefox/addon/copy-selection-as-markdown/
MIT License
190 stars 14 forks source link

feature request: add a context menu element for `Copy Selection as Markdown Quote` along with the existing `Copy Selection as Markdown` #124

Open kirisakow opened 1 year ago

kirisakow commented 1 year ago

Context

As far as my (pretty heavy) usage is concerned, the option Prepend quote (>) to selection is the one I switch on and off the most often — with the both config states (on and off) being very useful to me.

Actual behavior

Every time I need to switch the quote feature on and off, I need to

  1. Right click on the extension's icon
  2. Choose Manage extension
  3. Choose Preferences
  4. Check or uncheck the option
  5. Click Save
  6. Go back to the tab where my text is.

It's an excruciating chore.

Expected behavior

I'd like to have both options — Copy Selection as Markdown Quote along with the existing Copy Selection as Markdown — as two separate context menu commands.

Thank you

kirisakow commented 1 year ago

Please 🙏