-
-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Milestone
Description
Most links are longer than the chat-message-grid-column, and thus are broken up into the next line. Then, they cannot be opened by clicking (most modern terminals have such a feature), nor can they be selected easily for copying and pasting.
If a message has no attachments and :open
is used, then do a simple match for ^http(s)?://.+
or something like that, and pass a match to the open
crate, it should open the browser.
paulcarroty and ptman