quiver icon indicating copy to clipboard operation
quiver copied to clipboard

A modern commutative diagram editor for the web.

Results 71 quiver issues
Sort by recently updated
recently updated
newest added

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"...

discussion

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...

bug
tikz-cd-output

**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.

ui-ux
embedded-diagrams

Self-explanatory request for an image exporting feature.

feature-request
blocked

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...

tikz-cd-output
blocked

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...

feature-request
ui-ux

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...

feature-request

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...

feature-request
ui-ux

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...

discussion

\ensuremath should be ignored when in math mode

blocked