Plotly

by Dmitriy Shulha
favorite
share
Score: 39/100
Description
Category: Data Visualization

The Plotly plugin allows users to embed interactive Plotly charts into Obsidian notes for data visualization. It supports creating static charts with YAML or JSON payloads directly within markdown blocks using a plotly block. Advanced users can leverage the DataViewJS block for JavaScript-based charts, enabling dynamic visualizations and integration with note data through the DataView API. This plugin is ideal for users who want to visualize data effectively while working within the Obsidian environment, offering flexibility for both static and dynamic charting needs.

Stats
74
stars
8,194
downloads
4
forks
1,308
days
656
days
1,278
days
4
total PRs
0
open PRs
0
closed PRs
4
merged PRs
21
total issues
13
open issues
8
closed issues
0
commits
Latest Version
4 years ago
Changelog

Now user can create plot using DataViewJS block.
This approach supports all examples from plotly.com.

README file from