Tldraw/vscode/extension
Steve Ruiz be2c6d6d1f
[refactor] events (#230)
* bumps rko, adds events

* rename tlstate to state, fix env for multiplayer test

* Fix multiplayer

* rename data tldrawstate to tldrawsnapshot

* Update multiplayer-editor.tsx

* Fix shhhmp

* Update 2.tldr

* Add API to the README
2021-11-08 14:21:37 +00:00
..
.vscode Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
examples [refactor] events (#230) 2021-11-08 14:21:37 +00:00
src/web Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
.gitignore Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
CONTRIBUTING.md Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
README.md Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
package.json Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
tsconfig.json Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
webpack.config.js Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00
yarn.lock Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00

README.md

Wardlt

This is an awesome sketch/diagramming extension for making doodles and diagrams of system. It allows you to naturally create informal but legible diagrams, designed to be version controlled along side your code.

Features

  1. Hand drawn style
  2. Built in shapes like rectangles and ovals
  3. Add text elements
  4. Has smart arrows that support smart connecting between shapes/text for easy to make flow charts.
  5. Supports dashed strokes on all shapes.

Usage

Create a new file by either creating a blank .tldr file or by using the provided command: "Tldraw: Create a new .tldr file".