💾 Archived View for rawtext.club › ~sloum › geminilist › 007724.gmi captured on 2024-03-21 at 15:38:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

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

<-- back to the mailing list

Refering to links?

Botond BALÁZS me at botond.online

Thu Dec 23 11:54:37 GMT 2021

- - - - - - - - - - - - - - - - - - - 

On Thu, 2021-12-23 at 11:29 +0000, Xavier B. wrote:

I have a question about gemini text syntax. Is there any way to
refering to link within the text? Some canonical or
Eg. something like this:
This is my resume [1] and my work [2]
=
gemini://.... My Resumé
=
gemini://.... My work
If then I insert a link betweem "My Resumé" and "My Work", the
numbers refering would be wrong.

There is no standard way to do so, and this is by design (the currentline-based format is very easy to parse). Some people use [1], [2], ...indexes like you, others use Unicode uppercase numbers (the latter issemantically incorrect and therefore discouraged).