You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As of now,
obsidian-plotlypluign usesdataviewjsblocks to render charts from JS code.This is an unnecessary dependency and should be eliminated.
Custom
plotlyjsblock processor should be implemented to render charts from JS code.