I was wondering how difficult it would be to add a higher level language which does auto layouts to this package? Almost mermaid diagram wise.
A->XOR[1]A -> AND[1]
B -> XOR[1]
B -> AND[1]
XOR[1] -> Sum
AND[1] -> Carry
If this is outside of the scope no worries!
I was wondering how difficult it would be to add a higher level language which does auto layouts to this package? Almost mermaid diagram wise.
```typst
A -> XOR[1]
A -> AND[1]
B -> XOR[1]
B -> AND[1]
XOR[1] -> Sum
AND[1] -> Carry
```
If this is outside of the scope no worries!
This would indeed be an interesting idea
I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do
I would be more than happy to help if someone wants to contribute and try to implement this though
This would indeed be an interesting idea
I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do
I would be more than happy to help if someone wants to contribute and try to implement this though
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I was wondering how difficult it would be to add a higher level language which does auto layouts to this package? Almost mermaid diagram wise.
If this is outside of the scope no worries!
This would indeed be an interesting idea
I do plan on improving the positioning system but implementing auto-layout is probably not something I'd have the time to do
I would be more than happy to help if someone wants to contribute and try to implement this though