Csv to table

approved

by Giacomo D’angelo

Convert selected CSV text into a Markdown table. - This plugin has not been manually reviewed by Obsidian staff.

1 stars172 downloadsUpdated 1mo agoMIT

A simple Obsidian plugin that converts selected CSV-like text into a Markdown table.

Usage

  • Select text where each line is comma-separated values
  • Open the command palette (Ctrl/Cmd + P)
  • Run "CSV to table: Convert CSV selection to Markdown table"

Example

Given this selection:

fruit,color
apple,red
banana,yellow

Converts into:

fruitcolor
applered
bananayellow

Inspired by

  • kepano's List to table — works on lists, not comma-separated text
  • ganesshkumar's Markdown table editor — full visual table editor with CSV import among many features, unmaintained for a few years
  • ganesshkumar's Excel to Markdown table — converts pasted CSV/Excel data on paste, but doesn't offer a standalone command to convert an existing selection

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.