New line options#67
Conversation
|
All right I have to check and try this... |
|
First of all, this is a great idea to have some more customizability for your plots. That being said, the previous format ( |
|
Surely, we need the GUI, and not just for non-tech-savvy users. But on the other hand, most of (if not all) Obsidian users know basic markdown, and I think the syntax is fairly simple to learn: So, why not have both? 🙂 |
|
I would say we use the new syntax in the markdown code block. The GUI is just a Zero-Code way for users to generate such a code block. So zero code GUI and your syntax in the markdown code block? I'll merge yours and then go from there with the GUI. Sounds good? |
1 similar comment
|
I would say we use the new syntax in the markdown code block. The GUI is just a Zero-Code way for users to generate such a code block. So zero code GUI and your syntax in the markdown code block? I'll merge yours and then go from there with the GUI. Sounds good? |
|
Exactly! |
|
This looks really good! |


I expanded the "function" syntax to allow more options:
color,graphType,nSamples,rangeandclosed.With these new options, functions can be written like:
and the spacing and the order don't matter:
I chose
@as a separator because other characters are likely to appear in math equations. Also, the#may appear incolorbecause it also accepts HEX codes.