varkor

Results 184 comments of varkor

If you're willing to self-host **quiver**, then this would be possible, yes (most likely you could use the existing internal APIs without much hassle). I agree that it would be...

I have been considering the ability to create a rectangular selection. You can already delete selected objects/edges with delete/backspace (or from the toolbar).

There's an open issue for loops: #31. I'm not sure about adding vertex styling, because these features generally aren't used in commutative diagrams. It's certainly the case that this isn't...

@davidson16807: confusingly, the main issue for loops is #31 (I've renamed this issue accordingly). I'll respond there to keep discussion on-topic :)

SVG export for arrows should become possible with #5. However, since KaTeX doesn't SVG export yet (https://github.com/KaTeX/KaTeX/issues/375), to support text, another solution will be required (such as using MathJax only...

@jxxcarlson: did you forget to write out the details of (B)? Regarding the first point, I would like to be able to export SVG alongside LaTeX, though it is currently...

> May I ask, what is the reason that the diagram is currently split up into several SVG-Elements, i.e., two per arrow? Purely for implementational convenience. This would be relatively...

> There are probably many use cases for an SVG export, but I think that viewing the SVG in a browser is the most common one. You can already export...

This is definitely something I plan to add. However, it's more subtle than you might think. To make this work properly, the arrows need to be ordered (so that only...

> If users want to move arrows to the front, they can always delete the arrows and recreate them. This would be quite an awkward way to manipulate layers. In...