tldraw/vscode/extension
Francois Laberge a95b581e07
Prepare for Publishing VS Code Extension (#227)
* Changed Wardlt use back to Tldraw. Added some VS Code marketplace categories

* Missed removing one Wardlt mention

* Initial support for esbuild based vscode extension workflow.

* Hacky start of vs code extension build script

* Fixed categories of extension

* Added script for generating VS Code extension installer

* Temp fix for file format change affecting VS Code extension

* Temp fix for file format change issue

* Cleanup, prevent changes from saving pagestates

* Remove logic around saving pageState

* standardize capitalization

* v0.1.8

* Edit readme, scripts

* Update .eslintignore

* v0.1.9

* v0.1.10

* cleans up build scripts, adds publishing notes

* Added VS Code extension implementation references links. start:vscode now auto opens the extension folder in VS Code

* Removed step from VS Code README to manually open the extensions folder

* Removed file

* v0.1.11

* v0.1.12

* Fix empty file

* v0.1.13

* README cleanup

* v0.1.14

* Update TLDrawEditorProvider.ts

* v0.1.15

* Fix types for file extension (sort of) build script for extension

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-10 15:35:51 +00:00
..
.vscode Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
examples Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
scripts Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
src Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
.gitignore Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
CHANGELOG.md Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
icon.png Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
LICENSE.md Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
package.json Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
README.md Prepare for Publishing VS Code Extension (#227) 2021-11-10 15:35:51 +00:00
tsconfig.json 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

Introduction

TLDraw extends VS Code with support for TLDraw files.

TLDraw 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.

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.

Community

Support

Need help? Please open an issue for support.

Discussion

Want to connect with other devs? Visit the Discord channel.