It should be very simple, just need to inherit the base class to implement some specific methods, mainly including
- Parse the markdown notes, how to replace the link of joplin with the link of the static site generated by the corresponding framework
- Where to write the markdown files and resources for notes
- 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