SPOOFED: Cognitive aspects of navigation in gemini space

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/e910
6866/attachment-0001.htm>

---

Previous in thread (30 of 67): 🗣️ Katarina Eriksson (gmym (a) coopdot.com)

Next in thread (32 of 67): 🗣️ jan6 (a) tilde.ninja (jan6 (a) tilde.ninja)

View entire thread.