Dmytro-Shulha / obsidian-plotly

Obsidian plugin to embed Plotly charts into markdown notes.
MIT License
72 stars 4 forks source link

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

Open Dmytro-Shulha opened 1 year ago

Dmytro-Shulha commented 1 year ago

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.