makeworld
makeworld
I'm not really interested in supporting sixel in Amfora, because it can't (or shouldn't) really be used over Gemini. I'm not sure if adding it just so mimehooks can display...
@sudobash1 As I mentioned [above](https://github.com/makeworld-the-better-one/amfora/issues/145#issuecomment-745712457) I am using Lagrange "mime hooks" here. As Lagrange [defines](https://git.skyjake.fi/skyjake/lagrange/raw/branch/release/res/about/help.gmi): > The request's URL is available in the REQUEST_URL environment variable. I figure that will...
Good idea, thanks. I would accept a PR for this, or might add it myself eventually.
Thanks for noting this! I've also been meaning to allow the quit key (default q) to work there as well. I'll work on this when I can, or would accept...
Hmm, good points thanks. I think I prefer the approach of making help look more like a modal popup. A page like `about:help` would be nice, but less convenient I...
Thanks for adding that. I'm unsure what to do. `about:help` is more consistent, but like what if someone clicks through several pages, then goes back a bit, then wants to...
> Maybe the `?` could open a new tab with the about:help Good idea, maybe this is the way to go. Seems the simplest.
Searching is long-standing separate issue. It's described in #36. But making the help a proper page would make searching possible in the future, good point.
Thanks for the PR! I've said it before, but this is super cool :) I'm going to unsubscribe from this while you keep working on it, but just tag me...
Thanks for updating! Two things: - You can just use `strings.Contains` instead of a regex - If you want to also close #214 that could be combined in this PR....