Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

List to Table

kepanokepano42 downloads

Convert lists to tables with a simple command.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

A simple Obsidian plugin that converts selected lists into Markdown tables.

Features

  • Convert any type of list to a single-column table
  • Convert a nested list to a table with nested items arranged as rows
  • Convert a nested list to a table with nested items arranged as columns
  • Supports bullet lists (-, *, +)
  • Supports task lists (- [ ], - [x])
  • Supports numbered lists (1., 2., etc.)

Usage

  1. Select text containing a list
  2. Open the command palette (Ctrl/Cmd + P)
  3. Run one of the commands below

Example

Given this selection:

- Fruit
  - apple
  - banana
- Color
  - red
  - yellow

Convert to table with single column

Flattens the list into a single-column table.

|          |
| -------- |
| Fruit |
| apple |
| banana |
| Color |
| red |
| yellow |

Convert to table with nested items as rows

Top-level items become column headers; nested items fill the rows below.

| Fruit | Color |
| -------- | -------- |
| apple | red |
| banana | yellow |

Convert to table with nested items as columns

Top-level items become row labels; nested items fill the cells across that row.

|          |          |          |
| -------- | -------- | -------- |
| Fruit | apple | banana |
| Color | red | yellow |
100%
HealthExcellent
ReviewPassed
About
Convert selected Markdown lists into a table and flatten nested items into individual rows or columns.
FormattingCommandsTables
Details
Current version
1.0.3
Last updated
4 days ago
Created
7 months ago
Updates
4 releases
Downloads
42
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
kepanokepanokepano
stephango.com
GitHubkepano
Xkepano
Mastodonkepano
Blueskystephango.com
Threadskepano
  1. Community
  2. Plugins
  3. Formatting
  4. List to Table

Related plugins

Advanced Tables

Improved table navigation, formatting, and manipulation.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Easy Typing

Auto format when typing.

Datacore

An even faster reactive query engine for the data obsessed.

Admonition

Admonition block-styled content.

Note Toolbar

Add customizable toolbars to your notes.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Open vault in VS Code

Ribbon button and command to open vault as a Visual Studio Code (VSCode) workspace.