Nigecat / obsidian-desmos

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

Fix 'hidden' equation flag being ignored #93

Closed Nigecat closed 1 year ago

Nigecat commented 1 year ago

Fixes the |hidden equation flag being completely ignored.
Using this on an equation will completely hide it (but it can be used if you need to define a function then reference it later without graphing it).
Using it on a point will hide the point (but will not hide an attached label).

```desmos-graph
(4,2)|purple|hidden|LABEL:test
f(x)=x^2|hidden
f'(x)


![image](https://user-images.githubusercontent.com/48661288/235572583-0a8bdad8-c578-4178-ba76-fdba4a6a3937.png)

Fixes #91