Dmytro-Shulha / obsidian-plotly

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

Implement feature: command palette - on create plot - add modal with basic chart examples list #14

Open Dmytro-Shulha opened 11 months ago

Dmytro-Shulha commented 11 months ago

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 current cursor position.

Since plotly documentation has plenty of examples, some additional hierarchical organizing structure is preferable (such as in "community plugin - browse" view).

However, it is better to start with simple list and basic examples.