Nigecat / obsidian-desmos

Embed graphs directly into your obsidian notes
GNU General Public License v3.0
125 stars 7 forks source link

Plugin does not render Desmos distributions #103

Closed yustarandomname closed 11 months ago

yustarandomname commented 11 months ago

Describe the bug Desmos has some built-in helper functions to draw distributions. You can find more information on their website here: Desmos Distributions. However, these functions do not render properly for the Desmos-Graph Obsidian plugin and result in an error stating that the function is not defined.

Expected behaviour

for function f = uniformdist(0,1). Have the output as shown in the screenshot

Screenshots

image

Desktop (please complete the following information):

Nigecat commented 11 months ago

For it to be detected as an internal function, it needs to be prefixed with a \ (I should probably document this somewhere) - image