I’m writing a custom code block processor, and I need to grab the properties of the current note.
In reading mode, I can access them through the frontmatter field of the context the processor is passed when it’s invoked. However, in live preview the properties just return undefined.
A workaround exists, so this is not especially urgent, however it would be nice to have the frontmatter field fixed in live preview, or otherwise deprecated and removed, with a note in the documentation pointing to the workaround instead as the “proper” way to access the note’s properties.