|
1 | 1 | # Obsidian Excel to Markdown Table
|
2 | 2 |
|
3 | 3 | [](https://github.com/ganesshkumar/obsidian-excel-to-markdown-table/releases/tag/0.1.0)
|
| 4 | +[](LICENSE) |
4 | 5 |
|
5 | 6 | An Obsidian plugin to paste Excel tables as Markdown tables in Obsidian editor.
|
6 | 7 |
|
7 | 8 | ## Demo
|
8 | 9 |
|
9 |
| -You can paste the copied Excel date from the clipboard by using either |
| 10 | +You can paste the copied Excel data from the clipboard by using either |
10 | 11 |
|
11 |
| -1. Hotkey - `Crtl/Cmd + Alt + V` (reassign it from settings if needed) or |
12 |
| -2. Command Palette: `Ctrl/Cmd + P` > `Excel to Markdown` command |
13 |
| - |
14 |
| - |
15 |
| -**Note**: The hotkeys are `Ctrl/Cmd + Alt + V` |
| 12 | +| # | Name | Method | Notes | |
| 13 | +|---|------|--------|-------| |
| 14 | +|1| Pasting |`Ctrl/Cmd + V` | will paste only table with two or more columns | |
| 15 | +|2| Hotkey |`Crtl/Cmd + Alt + V` | will paste table with one column as well <br/> reassign the Hotkey from settings if needed | |
| 16 | +|3| Command Palette |`Ctrl/Cmd + P` > `Excel to Markdown` | will paste table with one column as well | |
16 | 17 |
|
| 18 | + |
17 | 19 |
|
18 | 20 | ## Installation
|
19 | 21 |
|
@@ -45,3 +47,10 @@ You can paste the copied Excel date from the clipboard by using either
|
45 | 47 | - [vscode-excel-to-markdown-table](https://github.com/csholmq/vscode-excel-to-markdown-table)
|
46 | 48 | - [copy-excel-paste-markdown](https://github.com/thisdavej/copy-excel-paste-markdown)
|
47 | 49 |
|
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | + |
| 54 | +If you like my work, you could consider buying me a coffee. It is unnecessary, but appreciated 🙂 |
| 55 | + |
| 56 | +<a href="https://www.buymeacoffee.com/ganesshkumar" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> |
0 commit comments