JuliaComputing/Cobweb.jl

HTMX addition

algunion opened this issue · 2 comments

I want to integrate HTMX closely with Cobweb.jl.

I will do this anyway for my own needs - in one way or another - but I think it can be nice to have this in a public repo so other Julia users can benefit from it.

HTMX can already be used with Cobweb.jl (it is just a matter of adding attributes). However, I would like to add some dedicated types and functions to make the process smoother.

Would you consider a PR (given I don't touch the already implemented functionality)?

Or should I do it as a standalone extension wrapping the Cobweb.jl?

More about HTMX here: https://htmx.org/docs/

I'm a fan of HTMX and I toyed with an idea here: https://github.com/joshday/HTMX.jl (but I still think it's too verbose).

If it's simple/small enough, I don't mind having the code live here.

OK. Since I want to implement it for myself anyway - I'd like to try it, and you can decide later if it is worth accommodating here.