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

Make hyperlinks clickable in notes without special markdown syntax #743

Open
brettinternet opened this issue May 22, 2024 · 4 comments
Open

Comments

@brettinternet
Copy link

brettinternet commented May 22, 2024

Some markdown flavors parse links event without the hyperlink syntax [https://github.com](https://github.com). Is this possible to implement with the markdown parser that you use for the description/notes input?

@noahhefner
Copy link

Not an exact solution, but if you just want a shorter syntax for links, you can do:

<https://github.com/>

@brettinternet
Copy link
Author

Oh thank you, I wasn't aware of that markdown syntax.

@sissbruecker
Copy link
Owner

This is what linkding uses: https://python-markdown.github.io/

Doesn't look like there is an existing extension for that.

@brettinternet
Copy link
Author

brettinternet commented Jun 17, 2024

Looks like there are some third party extensions that may do the trick if you're interested: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions#url-conversion. I think this could be valuable shorthand to provide additional links as context to each bookmark.

Related: Python-Markdown/markdown#789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants