Find detailed documentation at dataloom.xyz
DataLoom is an Obsidian.md plugin for desktop and mobile. DataLoom allows you to weave together data from diverse sources into a cohesive table view.
Support development
DataLoom supports both light and dark modes and a majority of Obsidian themes.
Choose from 11 different cell types
Notion-like tag menu system
Toggle visibility of different columns
Reference notes directly from the table
Advanced filtering menu
Export to markdown or CSV
Mobile support
DataLoom offers an interactive WSIWYG user interface for managing tabular data. It allows you to quickly create a table, edit data, and filter data based on specific criteria.
I wanted a name that would convey the functionality of rendering data from different sources.
Development planned for this plugin includes rendering data from both Obsidian sources such as folders or tags, and external sources such as the YouTube or Instagram API.
Projects allows you to create projects from folders and Dataview queries. It offers a table, board, calendar, and gallery view for your data.
While Projects focuses on offering views for managing projects, DataLoom focuses on integrating different data sources.
Projects populates table rows based on existing markdown notes. DataLoom populates table rows based on the data that is entered by the user. All data for a table is stored within a .loom
file. No markdown notes are required to get started with DataLoom.
DB Folder allows you to create a Notion like database based on folders, links, tags, or dataview queries.
DB Folder is very similar to what DataLoom intends to accomplish.
One major different between DB Folder and DataLoom is that DataLoom does require a folder. You may create a loom file and enter text data to get started.
Another difference is that DataLoom does not depend on Dataview. It can be installed as a standalone plugin.
DataLoom also employs its own menu system rendered in React. This allows for more complicated UIs.
Make.MD contains rich features that enhance the native Obsidian UI to be more like Notion.so. While helpful for some users, not every user will want all of these features.
DataLoom intends to be a more simple application. It does not change the native UI of Obsidian. It is a simple React app that run in its own view. DataLoom also stores data in JSON format in its own .loom
file.
You should use this plugin if you wish to sort and filter tabular data. I personally use the plugin as an alternative to making markdown lists. It allows me to add tags to my items and sort my ideas.
I recommend you try out the plugin and see if it can help you in organizing your second brain.
- In Obsidian, open Settings
- Go to Community plugins
- Select Browse
- Search for DataLoom by Trey Wallis
- Select Install
- Then select Enable
By default, Obsidian doesn't display .loom
files in the modal that opens when you type double brackets [[
. In order to allow this, you must enable detection of all file extensions.
- In Obsidian, open Settings
- Select File & Links
- Toggle Detect all file extensions
Start by creating a new loom. You can do this by clicking on the table icon on the sidebar.
You can also right click on a folder and click New loom
See our project roadmap for details on:
- What is currently in progress
- What will be worked on next
- What is waiting to be released
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.
DataLoom is a community plugin. Contributions are welcome.
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/trey-wallis/obsidian-dataloom/releases/latest
to pull the lastest release for the What's New Modal. Besides this, DataLoom does not making any network requests. DataLoom does not include client-side telemetry.
DataLoom is distributed under the GNU General Public License v3.0
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 usage of this plugin.