We've been working for about three weeks on project-wide error support, and we're excited for what's taking shape. In the meantime however, here's a small release with a couple fun features for writing prose in Zed.
- We've added basic support for syntax-highlighting markdown.
- We've added a simple feature to assist with journaling in Zed. If you hit
ctrl-alt-cmd-j
, Zed will create and open a new file in~/journal/$year/$month/$day.md
and automatically write a markdown heading with the current time. We don't yet have a configuration system in Zed, but once we do, we could potentially make this feature more configurable.
We also fixed a bug in Bézier curve rendering that was causing visual artifacts in some cases.