From 2.1.49 to 2.1.54(Windows 11), I need to endure a lot of bugs every day. Hoping to be repaired in the next release:
Bug 1: When dragging local images from Explorer to the editor, the images are not added directly to the mouse cursor as in previous versions, but often to the top of all text. I could only fix it by modifying the HTML after dragging.
Bug 2: When the width of the long text exceeds the width of the editor, it does not automatically wrap, how can I edit these text? This is a very annoying problem.
cf=FunctionCompile[Function[Typed[groups,"ListVector"::["PackedArray"::["Real64",1]]],Fold[Typed[Plus,{"Real64","Real64"}->"Real64"],Map[Total,groups]]]];
cf[{{4,10},{1,2,6}}]
Bug 3: To preview Mathjax, newer versions of anki will automatically replace “(” and “[”, but there is some of this code in my notes themselves. But they are not Mathjax actually, don’t know how to solve this problem. Such as this code:
ResourceFunction["PlotVector"][{{3, 1}, A . {3, 1}},
PlotLabel -> "m=(3,1)关于y=\!\(\*FractionBox[\(1\), \(2\)]\)x的反射变换"]
Bug 4: The mouse wheel is disabled when the cursor is in the HTML editing area: