Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
r3k2 opened this issue Oct 4, 2021 · 1 comment
Open

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

r3k2 opened this issue Oct 4, 2021 · 1 comment
Labels
enhancement New feature or request renderer Issue related to the Gemtext renderer
Milestone

Comments

@r3k2
Copy link

r3k2 commented Oct 4, 2021

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

@tdemin
Copy link
Owner

tdemin commented Oct 4, 2021

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.

@tdemin tdemin added enhancement New feature or request renderer Issue related to the Gemtext renderer labels Oct 4, 2021
@tdemin tdemin added this to the 0.5.0 milestone Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request renderer Issue related to the Gemtext renderer
Projects
None yet
Development

No branches or pull requests

2 participants