Skip to content

Handle link sharing behavior of some apps properly

Bharadwaj Raju requested to merge work/bharadwaj/share-url-and-title-case into master

Some apps (Google News, some RSS readers, probably others), when you share a link from them, they send it in the form of "title \n url".

Handle that case by opening the URL in a browser instead of the whole message in a text editor.

Merge request reports