All Projects → yishn → Tikzcd Editor

yishn / Tikzcd Editor

Licence: mit
A simple visual editor for creating commutative diagrams.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Tikzcd Editor

Quiver
A modern commutative diagram editor for the web.
Stars: ✭ 1,799 (+10.57%)
Mutual labels:  latex, tikz, category-theory, editor, diagram, tikzcd
Cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support
Stars: ✭ 81 (-95.02%)
Mutual labels:  hacktoberfest, latex
Milewski Ctfp Pdf
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
Stars: ✭ 9,037 (+455.44%)
Mutual labels:  latex, category-theory
Vuerd Vscode
ERD Editor vscode extension
Stars: ✭ 95 (-94.16%)
Mutual labels:  editor, diagram
Tiled
Flexible level editor
Stars: ✭ 8,411 (+416.96%)
Mutual labels:  hacktoberfest, editor
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (-96.87%)
Mutual labels:  latex, editor
Vis Network
💫 Display dynamic, automatically organised, customizable network views.
Stars: ✭ 1,311 (-19.42%)
Mutual labels:  hacktoberfest, diagram
Tikz drawings
Drawing in LaTeX
Stars: ✭ 18 (-98.89%)
Mutual labels:  latex, tikz
Tikzplotlib
Convert matplotlib figures to TikZ/PGFplots for smooth integration into LaTeX.
Stars: ✭ 1,338 (-17.76%)
Mutual labels:  latex, tikz
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (-14.32%)
Mutual labels:  hacktoberfest, editor
Tikz Feynman
Feynman Diagrams with TikZ
Stars: ✭ 104 (-93.61%)
Mutual labels:  latex, tikz
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (-36.02%)
Mutual labels:  latex, tikz
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (-36.57%)
Mutual labels:  latex, tikz
Asciidoctor Kroki
Asciidoctor.js extension to convert diagrams to images using Kroki!
Stars: ✭ 55 (-96.62%)
Mutual labels:  hacktoberfest, diagram
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (-39.64%)
Mutual labels:  hacktoberfest, editor
Texstudio
TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
Stars: ✭ 1,300 (-20.1%)
Mutual labels:  latex, editor
Wavedrom
🌊 Digital timing diagram rendering engine
Stars: ✭ 1,668 (+2.52%)
Mutual labels:  hacktoberfest, diagram
React Simple Code Editor
Simple no-frills code editor with syntax highlighting
Stars: ✭ 740 (-54.52%)
Mutual labels:  hacktoberfest, editor
Awesome Tikz
A curated list of awesome TikZ documentations, libraries and resources
Stars: ✭ 804 (-50.58%)
Mutual labels:  latex, tikz
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (-18.13%)
Mutual labels:  hacktoberfest, editor

tikzcd-editor CI

A simple visual editor for creating commutative diagrams.

You can download the latest release to host it on your own or try it out here.

Screenshot

Building

Make sure you have Node.js and npm installed. First, clone this repository:

$ git clone https://github.com/yishn/tikzcd-editor
$ cd tikzcd-editor

Install dependencies with npm:

$ npm install

You can build by using the build command:

$ npm run build

This will create a minified bundle bundle.js and its source map. To launch, simply open index.html in your favorite modern browser.

Use the watch command for development:

$ npm run watch

To create a self-contained archive file ready for distribution, run the following command:

$ npm run dist

This will create a folder and a zip file in the dist folder.

Contributing

Bug reports and pull requests are always welcome! Please consult the issues list for existing issues beforehand.

You can also support this project by donating.

Donators

A big thanks to these lovely people:

  • Jeremy Rouse
  • Marko Rodriguez
  • Steve Heim
  • Max New
  • Bingyu Zhang
  • Ariella Lee

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].