Support for macro edition
Last modified by Clément Eraud on 2025/08/14 15:00
Both block and inline macros can now be edited programmatically.
The macros parameter for BlockNoteViewWrapper is now an nullable object containing a set of macros to build, as well as a callback function for editing macros.
When a macro is double-clicked, the callback function is called and passed the macro's description, current parameters and an update function to replace the current parameters with new ones.