mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Detect links in monitor descriptions #3934
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3934
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 @eden881 on GitHub (Jan 25, 2025).
📑 I have found these related issues/pull requests
I couldn't find other issues related to this.
🏷️ Feature Request Type
Dashboard
🔖 Feature description
I'd love to have the option to automatically make links clickable in descriptions.
For example:
✔️ Solution
I believe the link circled in red in the picture should be clickable.
It allows me to use a certain type and target in the monitor, and at the same time allow me to quickly jump to it effortlessly.
❓ Alternatives
I guess this is also achievable by having a new separate, dedicated property called something like "link" and its sole purpose is adding a link to the resource.
But IMO the description field is already sufficient, and we'd just need to detect URL schemes in the frontend to make this work.
📝 Additional Context
No response