đŸ Archived View for rawtext.club âș ~sloum âș geminilist âș 007724.gmi captured on 2023-09-08 at 16:26:32. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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).