Be able to trigger an action on click of (sub-string of) text in a notify #3526
davetapley
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
I think you can output links with Rich markup which it looks like |
Beta Was this translation helpful? Give feedback.
6 replies
-
I just merged this PR from @TomJGooding - it was just some missing styling, the links in the notify were always actually clickable, it just wasn't obvious because they blended in with normal text - #3531 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My use case:
notify
to let them know it's done.Right now I can make that URL 'actionable' with a button that
webbrowser.open(url)
's ,but I'd love it if they could click the notification.
Two possibilities:
Easy: clicking notification triggers function.
Stretch: Be able to define 'link' in text which is clickable
(and maybe 'links' could be more broadly be available for strings in Textual).
Beta Was this translation helpful? Give feedback.
All reactions