Marijn, the creator of CodeMirror, ProseMirror, and many others, just announced a new rich text editor framework: Wordgard marijnhaverbeke.nl/blog/wordgar...
Wordgard Release 0.1
marijnhaverbeke.nl
@ocavue.bsky.social
github.com/ocavue Developing https://git.new/editor and https://reflect.app
Marijn, the creator of CodeMirror, ProseMirror, and many others, just announced a new rich text editor framework: Wordgard marijnhaverbeke.nl/blog/wordgar...
Wordgard Release 0.1
marijnhaverbeke.nl
You can always find new browser bugs when working on rich text editors for the web. Here’s a fresh one in Safari.
1,000 ⭐ for ProseKit 🎉 A headless, type-safe toolkit for building rich text editors on ProseMirror, with first-class support for React, Vue, Svelte, Preact, Solid & vanilla JS. What are you building with it?
📣 TypeScript 7's Release Candidate is now out! 📣 The new native rewrite is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!
Announcing TypeScript 7.0 RC - TypeScript
The Release Candidate for TypeScript 7.0 is now available!
devblogs.microsoft.com
FYI, Babel v8 is just published npmx.dev/package/@bab...
@babel/core - npmx
Babel compiler core.
npmx.dev
Reporting the same security issue to pnpm vs bun: pnpm acknowledged it quickly, shipped a fix, backported it, and published an advisory. bun never acknowledged, silently fixed this and another issue I reported, has not published advisories. One takes security more seriously.
This di.day is my hardest yet. Bye discord, github and npmjs registry. (there may be some cleanup activities in the coming days but no more active contributions, accounts are inactivated to prevent imposter takeover) Unfortunately this means i also am no longer an active vite team member.
Long weekend coming up in europe with labor day on may 1st and Sunday it's di.day again. Good occasion to leave and boycott services that are outright hostile to their own users and even employees (Hey meta, microsoft, google, ...)
🚀 tsdown v0.22 is out, now powered by Rolldown 1.0.0! What’s new: ✦ Upgraded to Rolldown v1.0.0 ✦ Reduced install size by 1.33 MB ✦ Auto-detects the `bin` field ✦ Dropped support for Node.js 20, 21, and 23 ✦ `dts` is now inferred from `compilerOptions.declaration` github.com/rolldown/tsd...
Release v0.22.0 · rolldown/tsdown
🚨 Breaking Changes Drop Node.js < 22.18.0 support, make unrun optional, add tsx config loader - by @sxzz (a1042) dts: Auto-enable dts when tsconfig declaration is true - by @sxzz in #872 (0...
github.com
🚀Rolldown 1.0 is here!🚀 Rust-based high-performance JavaScript bundler. 🏎️ Runs at native speed that’s up 30x faster than Rollup 🤝 Compatible with existing Rollup & Vite plugins ⚡The underlying bunder for Vite After 2 years, Rolldown is officially stable and has 20+M weekly downloads.
Does any company want to sponsor the work to upgrade svelte-persisted-store to Svelte 5? It gets ~350K downloads per month npmx.dev/package/svel...
Today I'm launching astro.jobs! It's an unofficial job board for the @astro.build ecosystem. If you're looking for a job or if you have open positions related to Astro, check it out!
Jobs for the Astro ecosystem | Astro.jobs
Find your next role in the Astro ecosystem: from startups to enterprise teams hiring developers who are truly stellar.
astro.jobs
New in Astrobook: resizable sidebar, collapse toggle, and instant search. A lightweight Storybook alternative for React, Vue, Svelte, Solid, Preact, Lit & Astro.
JSX was hated at first. Now everyone uses it. I bet directive like "use server" and "use no memo" will go through the same cycle: confusion, criticism, then acceptance.
I finally feel my M2 MacBook slowing down when I have multiple code agents running together
Exciting update for ProseKit — now you can install full editor examples directly with the shadcn CLI! Works with @react.dev @vuejs.org @preactjs.com @svelte.dev and @solidjs.com
Introducing shiki-twoslash-renderer Hover over any TypeScript code in your website to see exactly what's happening. Types, errors, insights - all there when you need them. Powered by web components, use in any UI framework.
In the next version of ProseKit, you can jump directly to the ProseKit source TypeScript code from your IDE (no more .d.ts declarations). This makes it super easy to inspect what's happening under the hood and copy & paste useful snippets.
Been working on drag & drop UX in ProseKit, especially for tricky spots like lists & tables. Feels so much better.
Cursor just shipped a new design for the command palette and activity bar. It looks nice! ⬅️ VS Code - Cursor ➡️
Just added a new example showing how to customize task list checkboxes in ProseKit ✅
Congrats to the Oxlint team on the v1.0 release! 🎉 It's blazing fast, but sadly we'll have to stick with ESLint for a bit longer as Oxlint doesn't support type-aware rules
We're thrilled to announce the first stable release of Oxlint - version 1.0! Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required. Time to give it a try! voidzero.dev/posts/announ...
Just built a CRDT-powered real-time demo with ProseKit + @jazz.tools ⚡️ Multiple editors, synced live — no backend needed.