csholmq / vscode-excel-to-markdown-table

VSCode extension to paste Excel copies to markdown table format
MIT License
30 stars 12 forks source link

On a Mac, only shift+option+v works, not paste #30

Closed Blindfreddy closed 1 year ago

Blindfreddy commented 1 year ago

Tried this on my Mac and thought I was going insane: selecting paste from the context menu only insert normal text. Then I tried the keyboard combination shift+option+vand it works !

csholmq commented 1 year ago

Could you record a GIF for me?

wchisenski commented 1 year ago

Hi @Blindfreddy,

I think that's the expected behavior of the extension. If you look in the command palette, it specifically calls out using ⇧ Shift + ⌥ Option + V. The standard paste will simply give you plain text.

image

Hope this clears up the issue. @csholmq, you should be able to close this.

csholmq commented 1 year ago

Thanks @wchisenski