tdemin / gmnhg

Hugo-to-Gemini Markdown converter
GNU General Public License v3.0
29 stars 1 forks source link

add option to render links as they are on markdown #42

Open r3k2 opened 2 years ago

r3k2 commented 2 years ago

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:

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

tdemin commented 2 years ago

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.