1
1
mirror of https://github.com/varkor/quiver.git synced 2024-08-16 01:00:46 +03:00
A modern commutative diagram editor for the web.
Go to file
2020-02-22 20:38:15 +00:00
src wip 2020-02-22 20:38:15 +00:00
.gitmodules Switch to KaTeX as the default TeX rendering library 2019-01-12 20:33:34 +00:00
LICENSE Initial version of quiver 2018-12-28 01:06:11 +00:00
Makefile Add comments to the Makefile 2019-05-11 14:48:31 +01:00
README.md Add a more prominent link to the quiver website in the README 2020-02-09 01:06:04 +00:00

quiver

A graphical editor for commutative diagrams that exports to tikz-cd.

Try quiver out here: https://varkor.github.io/quiver

Features

  • An intuitive graphical interface for creating and modifying commutative diagrams.
  • Support for objects, morphisms, natural transformations.
  • tikz-cd (LaTeX) export.
  • Shareable links.
  • Smart label alignment and edge offset.
  • Parallel (shifted) arrows.
  • Arrow styles, including:
    • Dashed and dotted edges.
    • Maps to arrows.
    • Monomorphisms and epimorphisms.
    • Inclusions.
    • Pullbacks and pushouts.
    • Adjunctions.
    • Equality.
    • Harpoons.
    • Squiggly arrows.
  • Multiple selection.
  • A history system with undo and redo.
  • Panning.
  • Support for custom macro definitions.

Building

Make sure you have installed yarn and have a version of make that supports .ONESHELL (e.g. GNU Make 3.82).

Clone the repository. Run:

make

Open src/index.html in your favourite web browser.

If that doesn't work, open an issue detailing the problem.

Screenshots

The interface:

image

Parallel arrows:

image

Natural transformations:

image

Adjunctions:

image