Genie Discord forum

Where are the docs at for GenieFramework (as in 'using GenieFramework' not just 'using Genie')? I'm doing these tutorials: https://github.com/GenieFramework/GenieFrameworkDemos_NewAPI. But when I go here(https://genieframework.com/docs/genie/v5.11/tutorials/Getting-Started.html) and try to search for GenieFramework, @page, @genietools - I don't come up with anything. So where do I find docs on @page or @genietools?

These are new additions to the API and are not documented yet, we're working on it. For now, the best way to understand how things work is to go through the tutorials and demo code, which you already got

I found rolling up my sleeves and reading all the genie code was helpful (this is easy to do because it's julia after all)

I'm moving to stipple next. So I'm learning about HTML, JS, CSS, DOM, etc.

If you're willing to grok the source code and get a gist of how genie works, web stuff has come a long way since the 90's. Really nice.

I'm almost tempted to abandon GTK.jl and just write web based UI's for my algos.

looks like @in @out even if not in a @handler does the same thing.