How to write Kate plugins for Plasma 6

Hello! I'm working with typst files, and would like to write a kate plugin to automatically preview them inside kate. However, the official guide has instructions only for plasma 5. Does anyone have a bare-bones plugin project I can clone and modify, or some tips on how to adapt the files in the official guide in order to work on plasma 6?

Thanks in advance!

12 points · 1 comments · view on lemmy.world

1 Comments

krake@lemmy.kde.social · 2 pts · 1y

Probably just replacing "KF5" with "KF6" in the cmake file and changing the version from "5.90" to something like "6.0" (or higher)