Dmytro-Shulha / obsidian-plotly

Obsidian plugin to embed Plotly charts into markdown notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement feature: create plot using `plotlyjs` block, so there will be no dependency to dataviewjs plugin.

Dmytro-Shulha opened this issue · comments

As of now, obsidian-plotly pluign uses dataviewjs blocks to render charts from JS code.
This is an unnecessary dependency and should be eliminated.
Custom plotlyjs block processor should be implemented to render charts from JS code.