mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #406] Web UI: Clickable links #311
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@erickhavel commented on GitHub (Sep 21, 2022):
I also tried with the "Click" header, didn't seem to do anything.
@binwiederhier commented on GitHub (Sep 23, 2022):
This creates a clickable link in the web UI and in Android:
Markdown and HTML are not supported.
@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.
@erickhavel commented on GitHub (Oct 20, 2022):
Doesn't work for me:
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.
@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.
@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!
@erickhavel commented on GitHub (Oct 20, 2022):
Shall I assume that there's no way to create hyperlinks then until Markdown support is implemented?