SPOOFED: Cognitive aspects of navigation in gemini space
Nicole Mazzuca
nicole at strega-nil.co
Sun May 17 19:36:44 BST 2020
I think it makes a lot more sense to have a specific alt text marker; something like
```art | alt text here
```
or for example:
```code:cpp | Fibonacci implementation
int fib(int n) {
if (n < 2) {
return n;
}
return fib(n - 1) + fib(n - 2);
}
```
With this, one could tell what's alt text and what is the "kind" very easily.
- Nicole Mazzuca
P.S. Sorry for the HTML if this sends HTML, I'm using a mobile client and it is unclear how to do plain text.
-------- Original Message --------
On May 17, 2020, 11:15, Katarina Eriksson wrote:
> James Tomasino <tomasino at lavabit.com> wrote:
>
>>> ```[art | code[:programming language] | text[:written language]] [alt text]
>>> ...
>>> ```
>>
>> I'm getting lost in the brackets a bit. If I want to include alt text,
>> must i have art, code, or text as the first word, or no?
>>
>> ```art superman logo
>>
>> vs
>>
>> ``` superman logo
>
> Both are OK according to the proposal above, there is no "must" as everything is optional
>
> --
> Katarina
>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20200517/e9106866/attachment-0001.htm>
More information about the Gemini
mailing list