- git basics
- Typescript or Javascript basics
- Node >=18
- Installing the dependencies with
npm i
- Create plugin script in
/plugins
(learn more) - Copy code from plugin-template.ts
- Start coding (documentation)
- Remember to create your plugin inside the language folder corresponding to the language of the novels
- File should have the
.ts
extension Exampleplugins/english/nobleMTL.ts
- Add an icon to
icons/src/<lang>/<plugin-name>/icon.png
Warning
Icon size should be 96x96px!