mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #1048] Feature requests: Markdown Descriptions and Search by Slug #729
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#729
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 @matt17r on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1048
There are so many little details about healthchecks.io that show you care about your work and that make the app a delight to use:
Two things that would make the app better (in my opinion) are:
@cuu508 commented on GitHub (Aug 15, 2024):
Thanks for the feedback and suggestions!
Being able to search by slug makes sense, and is easy to implement, so I went ahead and did that.
Formatting the description using Markdown also makes sense, and has been suggested before. This will take a bit more thinking and planning. For some integration types, we include the description in the notification body. And some platforms already interpret it as [some subset of] markdown. Others support HTML formatting, and others only plain text. I'll need to go through the list of integrations to and see what format conversions need to be done where for consistent results.
@mathieumd commented on GitHub (Sep 29, 2025):
I was just going to add a FR for Markdown in description too! So, +1 to this!