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

YAML Table

dainakaidainakai1k downloads

Transform YAML code blocks into HTML tables for better visualization

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

An Obsidian plugin that renders YAML code blocks as HTML tables for better visualization.

Features

  • Automatically transforms YAML code blocks with the language identifier (default: yaml-table) into HTML tables
  • Real-time preview: tables update instantly as you edit the YAML code
  • Supports various YAML structures:
    • Simple key-value pairs
    • Lists (both simple values and object lists)
    • Nested objects
  • Automatically adds horizontal scrolling when tables exceed the note width

Usage

  1. Create a code block in your Obsidian note like this:
```yaml-table
title: Project Plan
tasks:
  - name: Task 1
    due: 2025-05-05
  - name: Task 2
    due: 2025-05-07
```

To add a caption to your table, specify it after a colon in the language identifier line:

```yaml-table: Table 1. Project Plan Details
title: Project Plan
tasks:
  - name: Task 1
    due: 2025-05-05
  - name: Task 2
    due: 2025-05-07
```
  1. In Reading View or Live Preview, this code block will automatically be displayed as an HTML table, with the caption centered above it.
  2. Click on the table to edit the original YAML code.

Installation

From Community Plugins

  1. Open Obsidian Settings
  2. Go to "Third-party plugins" and browse Community Plugins
  3. Search for "YAML Table"
  4. Install and enable the plugin

Manual Installation

  1. Download the latest release main.js styles.css and manifest.json from the releases
  2. Put them to your Obsidian vault's .obsidian/plugins/yaml-table directory
  3. Restart Obsidian and enable the plugin in settings

Settings

The plugin settings offer the following option:

  • Code block language: Language identifier for YAML code blocks to be rendered as tables (default: yaml-table)

Examples

Basic Key-Value

title: table title
author: hogehoge
date: 2025-05-07

List of Objects with Caption

```yaml-table: Table 2. Event Schedule
schedule:
  - time: Mid-May
    action: Event A
  - time: Late May
    action: Event B
```

Nested Objects

project:
  name: YAML Table Plugin
  version: 1.1.0
  features:
    - table rendering
    - hogehoge
    - hogehoge

License

This plugin is released under the MIT License.

Development

Prerequisites

  • Node.js and npm

Setup

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Run npm run dev to start development with hot-reload
  4. Run npm run build to build the production version

Testing in Obsidian

  1. Build the plugin using npm run build
  2. Copy main.js, manifest.json, and styles.css to your Obsidian vault's plugins directory: .obsidian/plugins/yaml-table/
  3. Enable the plugin in Obsidian settings
77%
HealthExcellent
ReviewCaution
About
Render YAML code blocks into HTML tables for clear, editable previews. Support simple key–value pairs, lists, nested objects, captions via the language identifier, live updates as you edit, and automatic horizontal scrolling for wide tables.
TablesFormatsEditing
Details
Current version
1.1.4
Last updated
12 months ago
Created
Last year
Updates
6 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
dainakaidainakai
github.com/dainakai
GitHubdainakai
  1. Community
  2. Plugins
  3. Tables
  4. YAML Table

Related plugins

Advanced Tables

Improved table navigation, formatting, and manipulation.

Datacore

An even faster reactive query engine for the data obsessed.

Cooklang Editor

Edit and display CookLang recipes.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.

Creases

Tools for effectively folding Markdown sections.

Simplified Chinese Word Splitting

Adds Simplified Chinese word splitting support for the editor and Vim mode.

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.