I have an idea about whether the parser in Calcpad can support plugin mode, so that everyone can customize the keyword parser based on their field, and users can load it on demand, thereby improving the Calcpad ecosystem
Application scenarios
I now want to extend a keyword that can be called by remote functions, and if I add a keyword, I need to modify not only the core but also the prompts on the desktop at the same time, but this is a bit difficult for me due to the lack of sufficient understanding of the code.
But in plugin mode, I don't need to modify the core code, just load my parser, and it's very simple