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

Tabula

pblazhpblazh36 downloads

Transform Markdown files using spreadsheet-inspired formulas and cell references. Write scripts to perform calculations, transform data, and automate table processing — all inside your vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

Stand With Ukraine

Tabula Tabula for Obsidian

Tabula: save a CSV, formulas recompute in place

Obsidian plugin for Tabula - a spreadsheet-inspired CSV transformation tool.

Features

  • 🔄 Auto-execution - Automatically runs Tabula when you save your markdown files
  • ⚡ Instant Updates - See transformations applied immediately after save
  • 🎛️ Toggle Control - Enable/disable auto-execution with a command
  • 📝 Manual Execution - Execute Tabula on demand via command palette

Prerequisites

  • Tabula CLI must be installed See https://pblazh.github.io/tabula for details

Installation

From Release

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's plugins folder: <vault>/.obsidian/plugins/tabula/
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community Plugins

Manual Installation

  1. Clone this repository or download the source code
  2. Run npm install to install dependencies
  3. Run npm run build to build the plugin
  4. Copy all files from out/ folder to your vault's plugins folder: <vault>/.obsidian/plugins/tabula/
    mkdir -p <vault>/.obsidian/plugins/tabula
    cp out/* <vault>/.obsidian/plugins/tabula/
    
  5. Reload Obsidian
  6. Enable the plugin in Settings → Community Plugins

Usage

Auto-Execution on Save

  1. Create or open a markdown file in Obsidian

  2. Add csv directive:

    A,B,C
    1,2,3
    4,5,6
    
  3. Add a your Tabula script directive immediately after the csv:

    // Calculate sum
    let D1 = "Total";
    let D2 = A2 + B2 + C2;
    let D3 = A3 + B3 + C3;
    
  4. Save the CSV file (Ctrl+S / Cmd+S)

  5. Tabula runs automatically and updates the file!

PS. Tabula also support include directive

#include "caculate-sum.tbl"

For complete documentation visit Tabula Website

Commands

Access commands via Command Palette (Ctrl+P / Cmd+P):

  • Tabula: execute - Manually run Tabula on the active markdown file
  • Tablua: toggle - Toggles auto-execution on Save** - Enable/disable automatic execution
  • Tablua: index - Toggles visibility of column/row names in CSV blocks

Settings

Configure the plugin in Settings → Tabula:

Auto-execute on save

Enable/disable automatic execution of Tabula scripts when saving CSV files.

  • Default: true

Tabula executable path

Path to the tabula executable. Use tabula to use the version in your PATH, or specify an absolute path.

  • Default: tabula
  • Examples:
    • macOS/Linux: /usr/local/bin/tabula
    • Custom location: /Users/yourname/bin/tabula
    • Windows: C:\Program Files\tabula\tabula.exe

Auto format output

Enable/disable the -a flag passed to tabula. When enabled, Tabula will automatically format the output CSV to make it resemble a table

  • Default: true

How It Works

  1. File Save Detection - Plugin listens for Markdown file saves
  2. Extract Code blocks - Plugin extract every table, csv and Tabula code block in a temporal file inside the vault
  3. Execute Tabula - Runs tabula [-a] -u <file> on the temporal files (with optional -a flag based on settings)
  4. Reload File - Updates the editor with transformed content
  5. Delete temporal files

Troubleshooting

"Tabula command not found"

Make sure Tabula is installed and accessible:

Option 1: Add to PATH

which tabula
tabula -v

Option 2: Set custom path in settings

  1. Open Settings → Tabula
  2. Set "Tabula executable path" to the full path to your tabula binary:
    • macOS/Linux: /usr/local/bin/tabula
    • Windows: C:\path\to\tabula.exe

Auto-execution not working

  1. Check if auto-execute is enabled in Settings → Tabula
  2. Verify the file has .md extension
  3. Try manually executing via Command Palette: "Tabula: Execute Tabula on current file"

Changes not appearing

Try manually reloading the file:

  • Close and reopen the CSV file
  • Or execute the command again manually

Permission errors

On macOS/Linux, ensure the tabula executable has execute permissions:

chmod +x /path/to/tabula

Development

Building

npm install
npm run build

The build outputs to the out/ folder:

  • out/main.js - Bundled plugin code
  • out/manifest.json - Plugin metadata
  • out/styles.css - Plugin styles

Development Mode

npm run dev

This will watch for changes and rebuild automatically.

Installation from Build

Simply copy the entire out/ folder contents to your vault:

cp -r out/* <vault>/.obsidian/plugins/tabula/

Links

  • Tabula Website
  • Tabula Documentation
  • GitHub Repository
  • Report Issues

License

GNU General Public License v3.0

Support

If you find this plugin useful, consider:

  • ⭐ Starring the GitHub repository
  • 🐛 Reporting issues or suggesting features
  • 📖 Contributing to the documentation
90%
HealthExcellent
ReviewSatisfactory
About
Run Tabula transformations on CSV blocks inside Markdown files to compute and update table columns and rows using Tabula scripts. Auto-run on save for instant updates, execute manually from the command palette, and toggle auto-execution or visibility of row/column names.
CSVTablesAutomation
Details
Current version
0.2.24
Last updated
5 days ago
Created
2 months ago
Updates
6 releases
Downloads
36
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
GPL-3.0
Report bugRequest featureReport plugin
Author
pblazhpblazh
github.com/pblazh
GitHubpblazh
  1. Community
  2. Plugins
  3. CSV
  4. Tabula

Related plugins

Advanced Tables

Improved table navigation, formatting, and manipulation.

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

BRAT

Easily install a beta version of a plugin for testing.

Readwise Official

Sync highlights from Readwise to your vault.

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.

Advanced URI

Control everything with URI.

Datacore

An even faster reactive query engine for the data obsessed.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!