tdemin/gmnhg

add option to render links as they are on markdown

Opened this issue · 1 comments

r3k2 commented

basically when it creates the links at the button it will break the view and format.
I have a list of software I use, is a long list.. like:

  • Desktop:
  • Web:
  • rss feeds:

doing the links at the button of the page is super annoying for someone that just wants to go to a section and click on the software link there as I have it on markdown.

as an example this is the result from parsing this:
https://git.sr.ht/~rek2/dotfiles/tree/main/item/README.md
to this:
gemini://rek2.hispagatos.org/software.gmi

in the mean time I found this other tool that does exactly what I need https://github.com/makeworld-the-better-one/md2gemini

I rather use a compiled tool in GO or RUST or C etc so as soon if you ever do add this feature I will switch. thanks

So you suggest adding the default mode from md2gemini (the example Gemini page you linked seems to look like it)?

Configurable linking modes are indeed a must, the current way gmnhg links text forces to put quite a bit of mind into how those get rendered.