Dmytro Shulha
Dmytro Shulha
First, thank you for this plugin! I noticed that command "Toggle edit/preview mode" does not work in a file with `.cook` extension. However, the button for this command works as...
I often use dataviewjs blocks along with some js scripts of mine that I store in my vault in 'utils' folder. And each time I want to use some of...
There should be an option to define default `layout` and `config` values in settings. Option to create several layouts and choose particular preset for each plot is nice from code...
User should be able to set width and height scaling. For each plot individually, I believe it is possible to do via `layout` or `config` properties of each plot. For...
After #8 dark theme is implemented, there should be way to get chart colors from current Obsidian css theme. There is more than one way to map UI colors with...
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...
It would be nice to have autocompletion for `plotly` and `plotlyjs` blocks.
Since some plotly charts rely on D3 library, which is big and I do not want it to be part of plugin bundle, managing it's usage should be simplified. As...
OS: Windows 10 Pro version 22H2 Obsidian: - installer version 1.3.7 - current version 1.4.2 Plotly plugin: version 0.0.6 I have noticed strange plugin behavior during development. If I create...
Basically, when 'create plot' command is executed, list of examples should be shown. User should be able to choose one and click 'Enter", then such example will be pasted at...