Wykres commitów

181 Commity (84a91ccc7050f621e298363bd16dd0b51988d623)

Autor SHA1 Wiadomość Data
Steve Ruiz 84a91ccc70 updates docs / readmes / adds contributor guide 2021-11-11 12:11:21 +00:00
Steve Ruiz 58fc99cc08 v0.1.12 2021-11-11 09:57:33 +00:00
Steve Ruiz 63137b04e9 bump 2021-11-11 09:56:21 +00:00
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
Steve Ruiz c1288363cd v0.1.11 2021-11-10 12:11:49 +00:00
Steve Ruiz 725f3105d6 v0.1.10 2021-11-10 12:09:29 +00:00
Steve Ruiz 83c6a978ad v0.1.9 2021-11-10 12:09:02 +00:00
Steve Ruiz 14cadbe5b5 v0.1.8 2021-11-10 12:08:32 +00:00
Steve Ruiz 8b3c963a08 v0.1.7 2021-11-09 14:38:09 +00:00
Steve Ruiz 6592608a09
[fix] Text on Safari (#232)
* Fix editing bug on safari text

* Fix text behavior when blurring

* Update SelectTool.ts
2021-11-09 14:26:41 +00:00
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
Steve Ruiz 4f3fae41b5 v0.1.6 2021-11-07 14:45:42 +00:00
Steve Ruiz b726796d88 v0.1.5 2021-11-07 14:44:20 +00:00
Steve Ruiz 7c980ebb19
Electron App (#224)
* add electron wrapper

* add to workspaces

* fixes electron setup

* Fix package for dev

* build out electron app communication

* Update README.md
2021-11-07 13:45:48 +00:00
Francois Laberge 0b15992464
Create VS Code Extension (#4)
* Start of vscode extension. Current code is copy/paste from custom editor samples from Microsoft. We need to evaluate if using their text based customer editor or full on new custom editor is the way to go

* Not sure how I missed these files. Adding them

* Have a custom editor triggering off of .tldr files. Added gitignores for generated folder. Have iframed tldraw loading and security policies set to do so

* Can now load a .tldr file. No saving support yet. Load times are slow, mostly from editor loading up I think

* Have temporary solution for saving working now too.

* Missed af ile

* Backing up progress in syncing tldraw editor history changes

* Removed console

* ...

* ...

* Cleanup

* Have save working well now.

* Moved extension into 'integrations' folder

* Trying out WebviewPanelOptions.retainContextWhenHidden=true and it's looking promising

* Some cleanup

* Trying out new  @tldraw/editor module

* Have prototype loading using new embedded editor

* ...

* Shaved off 1 second from editor loadtime

* Got save working again. Had to manually fixuppreviously created .tldr files as the format changed a bit

* More tuning

* Starting work to get new tldraw/tldraw working.

* Added example tldr files to vscode package

* Removed old editor package

* Have onChange working with latest fix. Back to iframed for a few mom

* Fixed up .tldr files

* Have iframe free extension working, but requiring hand crafted building

* ...

* Better handling of empty .tldr files. Still an issue with freshly created files trying to save as .js or .json

* Thoroughly added comments for the extension code. Need to add diagrams though and now will document/comment/diagram the editor src code

* Added comments to all of the editor side of the VS Code Extension. Also cleaned up the code

* More cleanup of VS Code Extension code and have script automating generating the initial webview's html content from the cra editor static build

* Tweaks to watch logic

* Improved scripts for publishing to VS Code Marketplace

* Improved name

* Made the smiley angry

* Reverted

* Turned smiley mad

* Turned smiley mad

* Made smiley sad

* Have a lot of plumbing working for Github codespaces and github.dev support

* Imported new tldraw vs code extension code. Added instructions for workflows

* Quick fix

* Fix for corrupted arrows files

* Updated editor build step to new location

* Merge branch 'main' into vscode-extension-v1, add local file updating

* Update App.tsx

* Cleanup, bumped to 0.0.124 @tldraw/tdlraw and published a 0.10.0 version of hte extension

* Added Trello/Kanban style file

* Finished video

* brings up to date

* Fix scripts

* Update README.md

* Update .babelrc

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-06 16:49:53 +00:00
Steve Ruiz b3ea398ba1 v0.1.4 2021-11-06 08:09:15 +00:00
Steve Ruiz 0aaa722f5a v0.1.3 2021-11-05 21:14:35 +00:00
Steve Ruiz ec3dae085c
[improvement] repo, scripts (#220)
* Fix menu, cleanup package.json

* update changelog
2021-11-05 20:31:20 +00:00
Steve Ruiz 795936f8f1 v0.1.2 2021-11-04 15:52:57 +00:00
Steve Ruiz fe2e3c81fe
[improvement] Migrations (#217)
* Add better migrations

* Improves migrations

* rename dev to example

* renames migrate

* Removes workers from git

* Remove rogue dependency

* Fix dropdown navigation by keyboard
2021-11-04 15:48:39 +00:00
Steve Ruiz cb777c85d1 v0.1.1 2021-11-04 13:17:11 +00:00
Steve Ruiz 92e076fb3f update tracked, scripts 2021-11-04 13:16:26 +00:00
Steve Ruiz d69d24eb8f moves react back to peer dependencies 2021-11-04 13:09:51 +00:00
Steve Ruiz 6ea220d6b4 v0.1.0 2021-11-04 13:01:33 +00:00
Steve Ruiz 0e477676c7 Update dependencies, mark external 2021-11-04 13:00:51 +00:00
Steve Ruiz e2369003c6
[improvement] UI (#215)
* move folders out of packages

* Remove custom yarn stuff, remove duplicate readme

* Remove stitches config

* Add README script.

* bump deps

* Fix script

* Update package.json

* rehauls UI

* further rehauls UI

* UI polish

* Update ToolButton.tsx

* Update ToolButton.tsx

* Bump license

* move tldraw to root

* Remove SW
2021-11-03 16:46:33 +00:00
Steve Ruiz b68a4681e1
[improvement] repo shuffle (#214)
* move folders out of packages

* Remove custom yarn stuff, remove duplicate readme

* Remove stitches config

* Add README script.

* bump deps

* Fix script

* Update package.json
2021-11-02 11:46:25 +00:00
Steve Ruiz 3ff8f25dbc v0.0.133 2021-11-01 15:30:10 +00:00
Steve Ruiz 0d564c1501 Remove libraries 2021-11-01 15:26:44 +00:00
Steve Ruiz 12e425ddc4
[fix] rotate center (#213)
* fixes rotate center after translating / transforming

* Adds test, fixes issue on undo/redo

* Update tsconfig.base.json
2021-10-30 10:04:33 +01:00
Steve Ruiz a8377139ab v0.0.132 2021-10-28 22:56:13 +01:00
Steve Ruiz 5901035214 v0.0.131 2021-10-28 22:34:17 +01:00
Steve Ruiz 5479d67877
Updates to new core. (#210) 2021-10-28 17:50:58 +01:00
Steve Ruiz bc080a6634 bumps core 2021-10-27 18:54:07 +01:00
Steve Ruiz 599e6032a9 Removes core (off to its own repo) 2021-10-27 18:52:02 +01:00
Steve Ruiz 0e9e45734a v0.0.130 2021-10-27 17:23:04 +01:00
Steve Ruiz a906a3bd95 v0.0.129 2021-10-27 16:21:20 +01:00
Steve Ruiz ac4849a360 release 2021-10-22 20:17:42 +01:00
Steve Ruiz 083b36e167 v0.0.128 2021-10-22 20:14:28 +01:00
Steve Ruiz 5fa09a7e4a v0.0.127 2021-10-22 20:04:50 +01:00
Steve Ruiz f8ede2eab2 v0.0.126 2021-10-22 15:08:07 +01:00
Steve Ruiz 0806d386ff v0.0.125 2021-10-22 14:51:56 +01:00
Steve Ruiz dbf3c253ce v0.0.124 2021-10-19 12:30:36 +01:00
Steve Ruiz 246cac9b5b v0.0.123 2021-10-19 12:28:57 +01:00
Steve Ruiz 4b24219fc1 v0.0.122 2021-10-18 15:35:02 +01:00
Steve Ruiz c56bf3b0eb v0.0.121 2021-10-18 14:33:07 +01:00
Steve Ruiz 0cfc68b004
[feature] snapping (#168)
* defer cloning

* basic snapping

* Improves algorithm for snap points, rendering

* Improves snapping, snaplines

* Enables a clone to snap to its parent

* Adds overlay

* Fix overlay, zoom scaling for distance and speed
2021-10-18 14:30:42 +01:00
Steve Ruiz b1b9f901d3 v0.0.120 2021-10-17 09:57:26 +01:00
Steve Ruiz 9b072fec95 v0.0.119 2021-10-16 23:22:36 +01:00
Steve Ruiz 58ffba3047 v0.0.118 2021-10-16 23:21:35 +01:00