yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
529 stars 81 forks source link

"Copy All Tabs" is mislabelled or buggy #119

Open Gaibhne opened 1 year ago

Gaibhne commented 1 year ago

Summary

There is an option labelled "copy all", which upon use copies only some tabs. Luckily I noticed the resulting line count didn't match the open tab count before closing the tabs and losing the information permanently.

Reproduction Steps

Assign a shortcut to "copy all tabs", press shortcut.

Expected Behavior

Have all tabs exported to my clipboard

Actual Behavior

Have only some tabs exported to my clipboard (possibly only the ones from the active window ?)

Reproducible Environment

yorkxin commented 1 year ago

Hi, thanks for the feedback. I'd like to clarify some details.

When you say 'some tabs' did you mean:

  1. The tabs that you have highlighted (not sure about Windows but on macOS, it is possible to do so)
  2. The tabs in the window that you are currently using Copy as Markdown

According to the details you shared I guess it's case 2.

Currently, Copy as Markdown's "Copy All Tabs" only works for the current Window. It is possible to make it 'copy all tabs across all windows,' though I agree that the label may be misleading.