Ok I'm coming up for air.

I went in to the parser and, while I doubt I'm done, I have released 0.14.x, which includes:

  • incremental parsing: the editing experience in meridiem (and soon vs code and obsidian) should feel faster as we won't always reparse the whole document every time if we don't have to
  • support for error messages: things like invalid timezones will be highlighted in the editor
  • a few other changes, like allowing for specifying ids and timezones as part of an event's properties

Next I need to update the documentation.

Comments