https://kotlinlang.org logo
Title
g

gaetan

04/05/2019, 1:22 PM
Not specifically about Ktor but we just released a plugin to convert HTML code to Kotlinx.html. It makes sense in a Ktor context. https://blog.data2viz.io/post/introducing-kotlinx.html-plugin/
o

orangy

04/05/2019, 3:53 PM
Yeah, we had an idea to implement similar thing right in ktor IDE plugin
g

gaetan

04/05/2019, 4:05 PM
I’ve been waiting for this feature for a long time 😉. Then I thought: “That’s a nice and small contribution for the community, let’s do it!”
o

orangy

04/05/2019, 4:36 PM
You could contribute it directly to ktor IDE plugin, no? 🙂
g

gaetan

04/05/2019, 4:43 PM
Yes, but I didn’t know its existence 😉. We can add this feature/code inside Ktor plugin. However, it also makes sense outside of Ktor so it should exist as an independent plugin, no?
o

orangy

04/05/2019, 5:22 PM
of course, just kidding 🙂 a separate thing might even be better, but there is always a case for balance… 300 plugins doing small things, or 3 plugins doing everything and their brother. microservices? 🙂