ganesshkumar / obsidian-excel-to-markdown-table

An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
MIT License
201 stars 7 forks source link

[Feature Request] Paste cells with hyperlinks from Excel #19

Open m0lt opened 2 years ago

m0lt commented 2 years ago

Is your feature request related to a problem? Please describe. When I copy and copy a row of cells which have hyperlinks but also a "friendly name" as Microsoft calls it ("link text") and paste it in Obsidian, it automatically creates a link in the desired form: [link text](https://example.com).

When I paste the table using your plugin, it only pastes the plain text and loses the hyperlink.

Describe the solution you'd like It would be nice to have an option to paste tables from Excel to Obsidian and keep the hyperlinks.

This online converter does this exactly like described: https://tabletomarkdown.com/convert-spreadsheet-to-markdown/