💾 Archived View for lyk.so › gemlog › 004-ui-experiments-pt-2.gmi captured on 2023-07-10 at 14:01:06. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

ui experiments pt. 2

I made a long-form text entry experiment last month, but forgot to write about it. Here's a link:

gemini://gamma.lyk.so

It works by concatenating blocks of text and allowing rearrangement, replacement, and removal of each block. A block of text is created by a single INPUT request.

The whole thing is written in C and deployed as a gmid "entrypoint." Source code available here:

gemini://lyk.so/cgi/src/gamma.c