tldraw / tldraw

SDK for creating whiteboards and canvas experiences on the web.
https://tldraw.dev
Other
34.07k stars 2.05k forks source link

[Feature]: Mathematic annotation tool #3887

Open yoelf22 opened 2 weeks ago

yoelf22 commented 2 weeks ago

Add Maths annotation tool to the canvas

This will avail a dialog box where mathematic annotations (equations etc.) will be input in MathML or LaTex scripts. The result is an object that can accept additional attributes (size, font, color, etc. as available already). The object can be moved and aligned to other objects. Clicking the Math object reopens the dialog were its content are preserved, and as they changed the object is rendered again. The canvas can support more than one such object. 1716910005410

eQUations

Contact Details

yoel@theroadtlv.com

Code of Conduct

linear[bot] commented 2 weeks ago

TLD-2556 [Feature]: Mathematic annotation tool

yoelf22 commented 2 weeks ago

A promising approach would be to use Katex https://katex.org/

yoelf22 commented 2 weeks ago

Or maybe ASCII math? https://github.com/asciimath/asciimathml

yoelf22 commented 2 weeks ago

Lucid now offers this functionality, so why don't tldraw? image