Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decaf-dev/obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://github.com/decaf-dev/obsidian-dataloom

excel feed notion notion-database obsidian-md obsidian-plugin table

Last synced: 1 day ago
JSON representation

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.

Awesome Lists containing this project

README

        

![](/docusaurus/static/img/cover.png)

## Notice

DataLoom is [no longer maintained](https://github.com/decaf-dev/obsidian-dataloom/issues/958).

Please [export](https://dataloom.xyz/basics/export) any existing DataLoom files into raw markdown format. This will make your data available with the native Obsidian table editor.

If you run into any problems with exporting, please open a [bug report](https://github.com/decaf-dev/obsidian-dataloom/issues/new?assignees=&labels=bug). I will promptly respond and fix the issue.

As alternatives to DataLoom, I recommend the following plugins:

- [Vault Explorer](https://github.com/decaf-dev/obsidian-vault-explorer)
- [Projects](https://github.com/marcusolsson/obsidian-projects)

For basic table usage, I recommend just using the native Obsidian table editor.

To check out the old README, click here.

![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22notion-like-tables%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)

Find detailed documentation at [dataloom.xyz](https://dataloom.xyz)

DataLoom is an [Obsidian.md](https://obsidian.md/) plugin for desktop and mobile. It allows you to create databases similar to [Notion.so](https://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](#screenshots)
- [Features](#features)
- [Issues](#issues)
- [Contributing](#contributing)
- [Network Usage](#network-usage)
- [License](#license)
- [Disclaimer](#disclaimer)

## Screenshots

![](/readme/app.png)

## Features

- View types

- [x] Table

- Cell types

- [x] Text
- [x] Number
- [x] Currency
- [x] Checkbox
- [x] Embed
- [x] File
- [x] Date
- [x] Tag
- [x] Multi-tag
- [x] Last edited time
- [x] Creation time
- [x] Source
- [x] Source file

- Columns

- [x] Toggle visibility
- [x] Change name
- [x] Change type
- [x] Sort ascending or descending
- [x] Reorder columns
- [ ] Insert left
- [ ] Insert right

- Rows

- [x] Filter by conditions
- [x] Search by text
- [x] Insert above
- [x] Insert below
- [x] Reorder rows

- Import

- [x] CSV
- [x] Markdown

- Export

- [x] CSV
- [x] Markdown
- [ ] PDF

- Color scheme

- [x] Light
- [x] Dark

- Sources

- [x] Folder
- [x] Frontmatter

- [x] Undo/redo

- [x] Embed loom files into an Obsidian note

- [x] Mobile support

## Roadmap

See our [project roadmap](https://github.com/users/decaf-dev/projects/2) for details on

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

## Issues

Please see [issues](https://github.com/decaf-dev/obsidian-dataloom/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](https://github.com/decaf-dev/obsidian-dataloom/blob/master/CONTRIBUTING.md) for details on how to contribute

## Network Usage

According to [Obsidian developer policies](https://docs.obsidian.md/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/decaf-dev/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](https://github.com/decaf-dev/obsidian-dataloom/blob/master/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.