Skip to content

Weave together data from diverse sources into a cohesive table view. Inspired by Excel spreadsheets and Notion.so.

License

Notifications You must be signed in to change notification settings

dmnkf/obsidian-dataloom

 
 

Repository files navigation

Obsidian Downloads

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

About

Screenshots

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

FAQ

What is the purpose of this plugin?

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.

Why is this plugin called DataLoom?

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.

What is the difference between DataLoom and Projects?

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.

What is the difference between DataLoom and DB Folder?

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.

What is the different between DataLoom and Make.MD?

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.

Why should I use this plugin?

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.

Installation

Installing the plugin

  1. In Obsidian, open Settings
  2. Go to Community plugins
  3. Select Browse
  4. Search for DataLoom by Trey Wallis
  5. Select Install
  6. Then select Enable

Linking loom files

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.

  1. In Obsidian, open Settings
  2. Select File & Links
  3. Toggle Detect all file extensions

Getting started

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

Roadmap

See our project roadmap for details on:

  • What is currently in progress
  • What will be worked on next
  • What is waiting to be released

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

DataLoom is a community plugin. Contributions are welcome.

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/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.

License

DataLoom is distributed under the GNU General Public License v3.0

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 usage of this plugin.

About

Weave together data from diverse sources into a cohesive table view. Inspired by Excel spreadsheets and Notion.so.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.1%
  • CSS 3.2%
  • MDX 2.6%
  • Other 1.1%