You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to facilitate drawing connecting lines between HTML/CSS box model boxes.
Design Ideas
Separate "Automagical" arrow tool
Limit the boxes that can be connected to those that are some combo of large, visual (<img>, <video>, etc), semantic (<section>, <article>, <main>), and terminating (have no child elements).
Recalc these "Automagical" connecting lines upon browser window/viewport resize
The text was updated successfully, but these errors were encountered:
Hi, this is a really cool idea. I believe tldraw bindings (arrows) have a from and to property that represents the from and to nodes/shapes respectively. So, this might require creating a new ShapeType that represents the HTML elements (img, video, etc.). Not sure what might be the best way to go about it but I'd love to spend more time thinking about it. Thanks for bringing this up!
This is to facilitate drawing connecting lines between HTML/CSS box model boxes.
Design Ideas
<img>, <video>, etc
), semantic (<section>, <article>, <main>
), and terminating (have no child elements).The text was updated successfully, but these errors were encountered: