copy-title-and-url-as-markdown
copy-title-and-url-as-markdown copied to clipboard
Feature Request: regex the title
Websites typically include extraneous information in their titles that I then have to remove after pasting. I'm currently using ${title} [(view)](${url})
to get "Product Name" by MyShop | HostWebsiteName (view) where "view" is a hyperlink. I manually remove the by MyShop | HostWebsiteName section, but it would be great to have the option to regex that section out.
@elle8che Thanks for sending the feature request. It seems a bit difficult to implement, but useful if it's supported.
I want to strip the title, as title may have leading whitespace character.