aaronpklong story short, no need to add OpenID Connect ID Tokens, only needed to have the userinfo endpoint respond with the info okta uses to provision the user on that end
jackywould it make sense in practice to automatically convert URLs to links in a request like h=entry&content=Check+out+https://indieweb.org (ignore incomplete encoding)
aaronpkI would say yes it's a good idea to turn urls into Hyperlinks for the html version of you can. It's surprisingly hard to auto link urls in HTML later
mikeputnam, mro, barnaby, jacky and KartikPrabhu joined the channel
[tantek]it is hard, and that's one of the reasons I made my auto_link function idempotent. that is you can run it on the output and it won't double-link things
[tantek]GWG, for a page, an h-feed of h-cite items/children. For a post (e.g. "cool links this week"), an h-entry with "just" a list of h-cite children inside.
[tantek]fundamentally the methodology for a "good" templating language IMO needs to be is it easy to edit and roughly preview without having to "run it through the whole system"? in otherwords, does it roughly "work" as static HTML?
[tantek]so in this regard, I think that means templating that at least allows for (if not encourages) placeholder content in the template which is later replaced
[tantek]Every time I've tried to (and even gotten help with!) setting up a local dev "environment" to "run all the code", it breaks in some random way with an OS update or language update or something. It sucks and is an annoying tax