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

DataLoom

Aykut KardasAykut Kardas3k downloads

Weave together data from diverse sources into different views. Inspired by Excel Spreadsheets and Notion.so.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates12

Note: This is a fork of decaf-dev/obsidian-dataloom. The original plugin is no longer maintained. This fork continues development and maintenance.

DataLoom is an Obsidian.md plugin for desktop and mobile. It allows you to create databases similar to Notion.so.

With DataLoom, you can weave together data from diverse sources and display them in different views. Use this plugin if you want a straightforward way to create and manage databases and enhance the organization of your Obsidian vault.

About

  • Screenshots
  • Features
  • Issues
  • Contributing
  • Network Usage
  • License
  • Disclaimer

Screenshots

Features

  • View types

    • Table
  • Cell types

    • Text
    • Number
      • Currency
    • Checkbox
    • Embed
    • File
    • Date
    • Tag
    • Multi-tag
    • Last edited time
    • Creation time
    • Source
    • Source file
  • Columns

    • Toggle visibility
    • Change name
    • Change type
    • Sort ascending or descending
    • Reorder columns
    • Insert left
    • Insert right
  • Rows

    • Filter by conditions
    • Search by text
    • Insert above
    • Insert below
    • Reorder rows
  • Import

    • CSV
    • Markdown
  • Export

    • CSV
    • Markdown
    • PDF
  • Color scheme

    • Light
    • Dark
  • Sources

    • Folder
    • Frontmatter
  • Undo/redo

  • Embed loom files into an Obsidian note

  • Mobile support

Customization with CSS

The following CSS variables are supported for use in CSS snippets. They are considered a stable API and are the recommended way to adjust table density instead of targeting internal selectors.

:root {
    /* Minimum height of a table cell */
    --dataloom-cell-min-height: 1.9rem;

    /* Horizontal and vertical padding inside a table cell */
    --dataloom-cell-spacing-x: 12px;
    --dataloom-cell-spacing-y: 4px;
}

For example, to make rows more compact:

:root {
    --dataloom-cell-min-height: 1.4rem;
    --dataloom-cell-spacing-y: 2px;
}

Issues

Please see issues for feature requests and bug reports.

If you are experiencing a problem with the plugin, please search the issues for any open bug reports related to your problem before opening a new issue.

Contributing

Please see our contribution guide for details on how to contribute

Network Usage

According to Obsidian developer policies, an Obsidian plugin must explain which network services are used and why.

DataLoom will make one GET request to https://api.github.com/repos/aykutkardas/obsidian-dataloom/releases/latest to pull the latest release for the What's New Modal. Besides this, DataLoom does not make any network requests. DataLoom does not include client-side telemetry.

License

DataLoom is distributed under the MIT License

Disclaimer

This plugin extends the functionality of Obsidian.md. Although tested during development, there may still be bugs in the software. I strongly recommend you to make frequent backup copies of your vault. I am not responsible for any data that is lost due to the usage of this plugin.

HealthExcellent
ReviewPassed
About
Create and manage databases inside Obsidian with customizable columns, cell types, filters, sorting, and multiple views. Weave data from folders and frontmatter, import/export CSV/Markdown/PDF, embed records into notes, and use on desktop and mobile.
TablesDataCSV
Details
Current version
8.16.17
Last updated
Last week
Created
8 months ago
Updates
12 releases
Downloads
3k
Compatible with
Obsidian 1.4.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
Aykut KardasAykut Kardasaykutkardas
aykutkardas.com
GitHubaykutkardas
Xaykutkardas
  1. Community
  2. Plugins
  3. Tables
  4. DataLoom

Related plugins

CSV Table

Render CSV data as a table within your notes.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Datacore

An even faster reactive query engine for the data obsessed.

Table to CSV Exporter

Export tables from a pane in reading mode into CSV files.

Dataview

Run advanced queries over your vault.

CSV Editor

Edit CSV files.

Financial Doc

Financial documentation and tracking using CSV format and Chart.js.

Tracker

Track occurrences and numbers in your notes.

Meld Encrypt

Hide secrets in your notes.

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.