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

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.

View types
Cell types
Columns
Rows
Import
Export
Color scheme
Sources
Undo/redo
Embed loom files into an Obsidian note
Mobile support
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;
}
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.
Please see our contribution guide for details on how to contribute
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.
DataLoom is distributed under the MIT License
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.