It should be very simple, just need to inherit the base class to implement some specific methods, mainly including

  1. Parse the markdown notes, how to replace the link of joplin with the link of the static site generated by the corresponding framework
  2. Where to write the markdown files and resources for notes
  3. Some optional initialization actions

You can refer to the currently integrated hexo/vuepress/docsify, the code for the adaptation framework is about less than 100 lines