Csv to table

by Giacomo D’angelo
5
4
3
2
1
Score: 50/100

Description

Convert selected CSV text like into a Markdown table.

Reviews

No reviews yet.

Stats

1
stars
38
downloads
0
forks
6
days
5
days
5
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
11
commits

Latest Version

6 days ago

Changelog

Minor fix

README file from

Github

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:

fruit color
apple red
banana yellow

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