[GH-ISSUE #406] Web UI: Clickable links #311

Closed
opened 2026-05-07 00:22:58 +02:00 by BreizhHardware · 7 comments

Originally created by @erickhavel on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/406

I haven't been able to figure out a way to do this... Neither HTML nor markdown works (they're both output as-is). Is there any way to get hyperlinks to work in the web UI?

Originally created by @erickhavel on GitHub (Sep 19, 2022). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/406 I haven't been able to figure out a way to do this... Neither HTML nor markdown works (they're both output as-is). Is there any way to get hyperlinks to work in the web UI?
BreizhHardware 2026-05-07 00:22:58 +02:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@erickhavel commented on GitHub (Sep 21, 2022):

I also tried with the "Click" header, didn't seem to do anything.

<!-- gh-comment-id:1253143379 --> @erickhavel commented on GitHub (Sep 21, 2022): I also tried with the "Click" header, didn't seem to do anything.
Author
Owner

@binwiederhier commented on GitHub (Sep 23, 2022):

This creates a clickable link in the web UI and in Android:

curl -d "this is a link: https://google.com" ntfy.sh/mytopic
{"id":"VGC6XqplEFIw","time":1663948323,"event":"message","topic":"mytopic","message":"this is a link: https://google.com"}

Markdown and HTML are not supported.

<!-- gh-comment-id:1256384818 --> @binwiederhier commented on GitHub (Sep 23, 2022): This creates a clickable link in the web UI and in Android: ``` curl -d "this is a link: https://google.com" ntfy.sh/mytopic {"id":"VGC6XqplEFIw","time":1663948323,"event":"message","topic":"mytopic","message":"this is a link: https://google.com"} ``` Markdown and HTML are not supported.
Author
Owner

@binwiederhier commented on GitHub (Oct 1, 2022):

I'm going to close this ticket since links are already clickable as demonstrated above, and markdown support is requested in #310. Let me know if you have more questions.

<!-- gh-comment-id:1264460064 --> @binwiederhier commented on GitHub (Oct 1, 2022): I'm going to close this ticket since links are already clickable as demonstrated above, and markdown support is requested in #310. Let me know if you have more questions.
Author
Owner

@erickhavel commented on GitHub (Oct 20, 2022):

Doesn't work for me:

image

Oh but ok, there's a UI update/revamp that I've missed (I've just patched the binary in my Docker setup)... that explains it.

<!-- gh-comment-id:1285850230 --> @erickhavel commented on GitHub (Oct 20, 2022): Doesn't work for me: ![image](https://user-images.githubusercontent.com/47182697/197007020-807bbd1d-618c-4bf7-838e-d5390ed8bd58.png) Oh but ok, there's a UI update/revamp that I've missed (I've just patched the binary in my Docker setup)... that explains it.
Author
Owner

@binwiederhier commented on GitHub (Oct 20, 2022):

The screenshot you posted is from a UI that's many months old. I highly suggest you update your image frequently.

<!-- gh-comment-id:1285853544 --> @binwiederhier commented on GitHub (Oct 20, 2022): The screenshot you posted is from a UI that's many months old. I highly suggest you update your image frequently.
Author
Owner

@erickhavel commented on GitHub (Oct 20, 2022):

Yeah I think I've forgotten to rebuild the container and instead just restarted after putting the new binary in place. 🤦 Working now!

<!-- gh-comment-id:1285854282 --> @erickhavel commented on GitHub (Oct 20, 2022): Yeah I think I've forgotten to rebuild the container and instead just restarted after putting the new binary in place. 🤦 Working now!
Author
Owner

@erickhavel commented on GitHub (Oct 20, 2022):

Let me know if you have more questions.

Shall I assume that there's no way to create hyperlinks then until Markdown support is implemented?

<!-- gh-comment-id:1285866815 --> @erickhavel commented on GitHub (Oct 20, 2022): > Let me know if you have more questions. Shall I assume that there's no way to create [hyperlinks](https://www.google.com) then until Markdown support is implemented?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#311
No description provided.