B. GOR
B. GOR
> > @lgrammel that's amazing, and here just recorded a demo of visual agent editor I am building with modelfusion: https://youtu.be/V-rI_ughijw > > Pretty cool! Do you have an open...
@GibreelAbdullah > WHERE vss_search(text, Vss_search_params({searchQuery}, 2)) try to apply json function > WHERE vss_search(text, Vss_search_params(json({searchQuery}), 2))
https://github.com/excalidraw/excalidraw/issues/6266
Yes! And when it gets really interesting that's when layouts can be automatically switched as you zooming into content to reveal another diagram explaining the same concept in more details,...
This is my progress in implementation of multi-window layers https://github.com/excalidraw/excalidraw/assets/4569866/a561f785-0d64-4cc8-a21d-7655fab3604d
Perhaps it would be possible to support MDX rendering to SVG on the canvas using Satori? https://github.com/vercel/satori/issues/549
I am opting for applying CodeMirror when editing text elements, it seems to already have method CodeMirror.fromTextArea(myTextArea)
Following works with excalidraw 0.17.1: ``` Excalidraw in browser December 1 window.onload = function () { const App = () => { return React.createElement( React.Fragment, null, React.createElement( "div", { style:...
But unfortunately doesn't work with Preact, it cannot find ExcalidrawLib again ``` Excalidraw in browser December 1 window.onload = function () { const App = () => { return preact.h(...
> https://docs.excalidraw.com/docs/@excalidraw/excalidraw/integration#preact In example above I am not using vite, but just importing build excalidraw-with-preact.development.js directly