Skip to content

Feature: Linkify#37

Merged
tmahmood merged 4 commits intotmahmood:mainfrom
monofox:feature/linkify
May 13, 2025
Merged

Feature: Linkify#37
tmahmood merged 4 commits intotmahmood:mainfrom
monofox:feature/linkify

Conversation

@monofox
Copy link
Copy Markdown
Contributor

@monofox monofox commented May 10, 2025

This commit linkifies the task title. It supports not only links, but also mail addresses.

It applies to the task list as well as the task details.

Closes: #33

This commit linkifies the task title. It supports not only
links, but also mail addresses.

It applies to the task list as well as the task details.

Closes: tmahmood#33
Copy link
Copy Markdown
Owner

@tmahmood tmahmood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also linkfy annotations?

Comment thread src/lib.rs
@@ -244,6 +246,34 @@ fn strip_prefix() -> impl tera::Function {
)
}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even the links are clickable, they are not differentiable from normal text. Adding link class should do the job

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I've added it. As link seems to be used only dynamically it didn't worked at the beginning and therefore i've put it now to the safelist of tailwind.

monofox added 3 commits May 11, 2025 14:47
This commit add linkification to the annotations as well
and is ensuring, the links are visible.

Closes: tmahmood#33
@tmahmood tmahmood merged commit 8e537cf into tmahmood:main May 13, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Feature: Linkify

2 participants