quiver
quiver copied to clipboard
A modern commutative diagram editor for the web.
It would be cool to have integration with [quicklatex.com](https://www.quicklatex.com/). The API seems pretty easy to use: I can render a formula via the following curl call. ```bash curl -d "formula=1+1&fsize=17px&fcolor=000000&mode=0&out=1&remhost=quicklatex.com"...
The following looks rather horrible: >\documentclass{article} \usepackage{quiver} \usepackage{tikz-cd} \usepackage{amsmath} \usetikzlibrary{nfold} \DeclareMathOperator{\Spaces}{Spaces} >\usepackage[english]{babel} >% Set page size and margins % Replace `letterpaper' with `a4paper' for UK/EU standard size \usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry} >% Useful...
**quiver** currently supports a `scale` parameter for embedded diagrams, but this isn't exposed in the UI. It would be good if there was a slider to control this.
Self-explanatory request for an image exporting feature.
Currently, https://github.com/jonschz/tikz-nfold is used in **quiver** only for triple arrows or higher. However, it has better rendering than `Rightarrow` even for double arrows. It would therefore be preferable always to...
It is not clear what the feature is used for or how to use it. I think have a small `(?)` button on the right of it that when clicked...
e.g. in the double limit in https://github.com/varkor/quiver/issues/206, several edge labels overlap on each other. (This is not an easy problem though. If an edge spans multiple rows and columns, it's...
It would be convenient to be able to specify colours using an input field, e.g. HTML hex format. Currently, the only precise way to input colours is to import a...
I sometimes find that the little right-angle thing indicating a pullback is a bit small and hard to notice, so it would be neat if there was a way to...