Giacomo D’angelo66 downloadsConvert selected CSV text into a Markdown table.
A simple Obsidian plugin that converts selected CSV-like text into a Markdown table.
Given this selection:
fruit,color
apple,red
banana,yellow
Converts into:
| fruit | color |
|---|---|
| apple | red |
| banana | yellow |