leonhma / obsidian-functionplot

A obsidian.md plugin for rendering maths graphs.
MIT License
226 stars 9 forks source link

Variable Sliders #113

Open mayurankv opened 1 year ago

mayurankv commented 1 year ago

What's your feature?

Would it be possible to add sliders from the functionplot library? This would be a brilliant addition and allow interactive plots in obsidian!

For example:

a=slider(low,high,increment)
y(x)=a*x (or y(x,a)=a*x)

Any related problems?

No response

Additional context?

No response