Skip to content

ScriptRaccoon/tikzcd-creator

Repository files navigation

tikzcd creator

Graphical editor for tikzcd diagrams that generates the code for you. The idea of the user interface is to make it dead simple and also enjoyable to use. The diagram is generated step by step.

https://tikzcd-creator.netlify.app/

Demo 1

triangle-demo.mov

LaTeX output:

output-triangle

Demo 2

cube-demo.mov

LaTeX output:

output-cube

Demo 3

The editor also works on mobile.

mobile-demo.mp4

Development

This application is made with Svelte.

Install the dependencies:

pnpm i

Start the development server:

pnpm dev

See the file package.json for further commands.

Related

This is a basic editor (on purpose). There are more fully featured and advanced editors out there.