Plugin dev documentation

Hi, I'm developing a pluging for Katex autocompletion.
Can you help me answer the following questions ?

  • I there some documentation about the "plugin.config.json" file ?
  • Where can I find an example of a simple CodeMirror plugin written in typescript ? I can correctly load the plugin in javascript, but I can't make the plugin load when I convert it in typescript (the codemirror part).

I believe this documentation file is placed inside every project that is created with generator-joplin. Hopefully it solves things for you.

Thanks ! That is what I was looking for about "plugin.config.json"