cursive

cfleming 2025-04-12T11:47:33.215359Z

Cursive 2025.1-eap3 is out, featuring inline HTML and SVG display, which is super cool. Also some bug fixes and quality-of-life improvements. https://cursive-ide.com/blog/cursive-2025.1-eap3.html

4
🙌 7
raspasov 2025-04-13T01:49:30.138689Z

SVG, HTML - oh that is very nice! I assume this is only for “raw” HTML? I assume it can’t preview React (for example) components, without extra wiring. Potentially useful nonetheless!

cfleming 2025-04-13T09:52:18.531339Z

It's a full Chromium browser, it can do anything! I'm expecting some bugs around e.g. resource loading as people use it, but you should be able to use it for whatever you want.

1
raspasov 2025-04-13T11:11:56.718379Z

wow nice 🙂 not doing much of React at the moment but can’t wait to try it out when the need arises

kenny 2025-04-13T14:51:43.741829Z

Nice! Since it’s a full browser, it executes JS too?

cfleming 2025-04-13T20:38:15.256899Z

Yes, it does. There's lots of potential for interesting integrations (having communication from the browser back to the REPL instance, for example), but I thought I'd wait to see what you all want to do with it.

3