0c5f8dda48
* remove sponsorwall for main route * Adds sponsorship link * Remove all sponsorwall * Fix sponsorship link appearance on dark mode * Add heart icon * Fix text bug * Fix toolbar, hide resize handles on sticky * Add eraser * Update Kbd.tsx * cleanup * base zoom delta on event deltaMode * Fix image in example * Fix eraser icon * eraser tool resets to previous tool * Update EraseTool.spec.ts * Improves support for locked shapes * Update _document.tsx * Update CHANGELOG.md * Adds multiplayer menu, fix develop route in example * Tighten up top panel padding * Update top bar, bump packages * refactor TLDrawState -> TLDrawApp, mutables, new tests * Fix scaling bug, delete groups bug * fix snapping * add pressure to points * Remove mutables, rename to tldraw (or Tldraw) * Clean up types, add darkmode prop * more renaming * rename getShapeUtils to getShapeUtil * Fix file names * Fix last bugs related to renaming * Update state to app in tests * rename types to TD * remove unused styles / rename styles * slight update to panel * Fix rogue radix perf issue * Update ZoomMenu.tsx * Consolidate style panel * Fix text wrapping in text shape, improve action menu * Fix props * add indicators for tool lock * fix calloits * Add click to erase shapes * Slightly improve loading screen * Update PrimaryTools.tsx * remove force consistent filenames from tsconfig * Update useTldrawApp.tsx * fix capitalization * Update main.yml
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
## Introduction
|
|
|
|
tldraw extends VS Code with support for [tldraw](https://tldraw.com) files.
|
|
|
|
[tldraw](https://tldraw.com) is a free drawing and diagramming tool with a hand-drawn style and convenient features such as smart arrows, snapping, and sticky notes. With the tldraw extension for VS Code, your tldraw files can be version controlled alongside your code.
|
|
|
|
> **Tip:** The files you create or edit here can also be opened in the tldraw [web app](https://tldraw.com).
|
|
|
|
## Installation
|
|
|
|
You can install tldraw from the Visual Studio Code Marketplace or by searching within VS Code.
|
|
|
|
## Features
|
|
|
|
1. View, edit and save tldraw files (`.tldr`)
|
|
|
|
## Usage
|
|
|
|
- To view an existing tldraw file, open a file with the `.tldr` extension in VS Code.
|
|
- To create a new tldraw file, use the provided command: "tldraw: New tldraw File".
|
|
|
|
## Release Notes
|
|
|
|
For full release notes, see the [changelog](https://github.com/tldraw/tldraw).
|
|
|
|
## Community
|
|
|
|
### Support
|
|
|
|
Need help? Please [open an issue](https://github.com/tldraw/tldraw/issues/new) for support.
|
|
|
|
### Discussion
|
|
|
|
Want to connect with other devs? Visit the [Discord channel](https://discord.gg/SBBEVCA4PG).
|