💾 Archived View for bbs.geminispace.org › u › michaelnordmeyer › 12101 captured on 2023-12-28 at 16:43:55. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
What happened to Gemini's paradigm "one page, one request?"
Dec 01 · 4 weeks ago
☯️ oldernow · Dec 01 at 16:29:
Now that I know the "two finger tap" trick to properly display a working context menu in Lagrange, exercising my "check links" code goes like this:
@skyjake that makes me wonder whether there's already (or might be in the future..) the means to customize the "context menu"? It would be nice to be able to add an action that calls a user script to process and return a modified version of the page being viewed - in place. Then the above list could be reduced to just the first bullet.
At the moment, there is no way for one to add actions to the context menu. It's a nice idea, though. I'll add it to my list of things to do.
Lagrange plugins? — Lagrange plugins? (Apologies in advance for being took lazy to scan Lagrange documentation, and for likely using clunky terminology in what follows.) Does Lagrange support adding something akin to a plugin that Lagrange would pass the gemtext about to be displayed, but then *instead* render the gemtext modified/output/passed back by the plugin? I ask, because I played a bit with a simple "detect bad links" idea, which at the moment is this Lua script: [preformatted] In...