varkor
varkor
@psisquared2: the style does not currently seem compatible with `bend left`. If it is possible to fix this, how difficult do you think it would be to extend this style...
@psisquared2: sorry for the long delay. The updated arrows look very promising, and if the few remaining issues can be addressed, this would be very exciting to have in tikz-cd....
We need to be more specific about what the following actually means: > If an integer type can be uniquely determined from the surrounding program context, the unsuffixed integer literal...
I will have a think about the best way to do this. I quite like having some indication that it is possible to open the diagram in **quiver**, but for...
Out of curiosity, is this a common notation? I don't believe I've encountered it before. I would like to add the ability to change the placement of a label along...
I would also like to add support for multiple labels, which would address this last issue, but it may take me a little time to get to :)
If this could eventually be slotted in as a replacement for `shorten` in arrows, that would be brilliant :)
The TikZ curves are cubic Béziers, so I'm not sure how well this would approximate them. Perhaps one would have to try it in some examples to see whether it's...
Each curve consists of a single Bézier. Here's a typical example (you will need the `curve` style [defined here](https://q.uiver.app/quiver.sty)): ``` \[\begin{tikzcd} {\bullet} & {\bullet} \arrow[from=1-1, to=1-2, curve={height=-30pt}] \end{tikzcd}\] ```
At the moment, it is unfortunately quite difficult to set this up, because everything must be static to be hosted on GitHub Pages. I don't see a way to support...