Posts tagged with "zed"
06 Jun '25
Agentic Elixir superpowers: Zed + Tidewave + AshAI
For a few years now whenever I need to build any sort of networked interactive experience, I reach for Elixir (with Phoenix LiveView and Ash). It’s an extremely productive combination, especially when you want to do more complex client/server information flows than the standard request/response UX. I’ve also (for the last year or two) ditched Emacs for Zed. Again, if you take the time to master these tools I think they’re excellent.
20 Sep '24
Format Markdown on save in Zed using Prettier
One thing I’ve particularly enjoyed since switching to Zed is format-on-save, which is turned on by default in most programming modes. However, it’s not turned on by default for Markdown files.