๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ mbays โ€บ 4897 captured on 2023-09-28 at 19:25:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-08)

โžก๏ธ Next capture (2023-11-04)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Re: "Input indicator"

Comment in: s/Gemini

@mozz The only example which comes to mind is my own "gemrepl", which wraps an arbitrary line-based program (e.g. ed) for which empty lines could well be meaningful.

โ€” gemrepl

๐Ÿš€ mbays

2023-08-29 ยท 4 weeks ago

4 Later Comments โ†“

๐Ÿš€ skyjake

@mozz

I have never seen anyone do this before, any examples?

Bubble uses an empty query string to reset/clear some values in the Settings, for example the certificate password.

๐Ÿš€ skyjake

The extra dashes added into the links in preformatted blocks above have now been fixed.

2023-08-30 ยท 4 weeks ago

๐Ÿง‡ Acidus

Honestly, this feels best handled by the client:

1. They can have a setting like what @skyjake is suggesting for Lagrange and spellbinding. Basically: "This URL needs input, so always proactively prompt me for it"

2. Support Spartan-style link lines. Kind of like how some capsuel games offer a "ANSI mode" or "plain text mode", they could offer a "Spartan link" mode

2023-09-15 ยท 13 days ago

๐Ÿ drh3xx

Although adding to the gemini spec would break handling of new content in clients which had not been updated to support it... a 2nd link markup of ?> or =? to signifying a link expecting data from a prompt seems reasonable. Easy to add to content, no scope for Link markup creep or add further checks to URL handling. Adding support would be a minimal patch for existing clients - to support the links with existing behaviour would just be an additional case match with fallthrough to the exiating code in C. Proper support shouldn't be much more work unless I'm missing something. It would also allow advanced clients to add support for inline text entry + 'submit' button should they want to.

2023-09-18 ยท 10 days ago

Original Post

๐ŸŒ’ s/Gemini

Input indicator โ€” I'm thinking again about something which has come up a few times before, which is how to deal with the annoyance that requesting input on gemini involves two requests -- the first to get a 10 response with a prompt, and the second for the actual input. The first is often not really necessary, and could be eliminated if there were some way to signal to the client that a link will expect user input. That extra request is wasteful and can be genuinely annoying -- I was prompted...

๐Ÿ’ฌ mbays ยท 15 comments ยท 2023-08-28 ยท 4 weeks ago