varkor
varkor
> - Move nodes with corresponding arrows. You can move vertices by dragging in the empty space around them (the cursor should change to a "move" cursor).  (Let me...
Thanks for the suggestion. I need to consider the best way to address this. It could be possible to add `\usetikzlibrary{babel}` to `quiver.sty`, but I'd need to make sure there...
See https://github.com/varkor/quiver/commit/46e96dbec9fa73817e9154de535e9238f14ab604, where we have to avoid buffering rerenderings because layout depends on rendering. It would be good to eliminate this cycle. The problematic example is moving `XXX` vertically in...
I expect the most convenient way to support this in the editor is adding an option for each arrow, so that it either points to the arrow centre, or the...
I've wanted the same feature. I wonder whether it might be worth subsuming this feature in https://github.com/varkor/quiver/issues/40. This way, you could export a diagram to tikz-cd, edit it, and then...
Could you give an example? Do you mean that `\begin{tikzcd} ... \end{tikzcd}` would be wrapped inside a `\begin{equation} ... \end{equation}`, or do you mean you have a 1-dimensional diagram that...
For now, you could write `\begin{equation}\label{-} ... \end{equation}` in LaTeX first, and then paste the diagram inside (unchecking the "Centre diagram" checkbox). Perhaps it would be worth adding this feature...
I'm going to leave this issue open so that others can leave feedback if they also think it would be particularly useful.
I would definitely like to support this (in fact, there's even an old branch where I started implementing this feature, though it's very out-of-date now: https://github.com/varkor/quiver/tree/multiple-labels). I think the biggest...
> I second this idea. How else would you do `X \xrightarrow{\sim} Y` together with its name label? At the moment, you can achieve this by drawing two identical arrows,...