firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.26k stars 199 forks source link

dynamic og image #1975

Closed j4k0xb closed 1 year ago

j4k0xb commented 1 year ago

Feature

Would be useful to make the <meta property="og:image" for a shared link dynamic, based on the regex and first few lines of the test string.

to preview it in e.g. discord instead of showing the default image

firasdib commented 1 year ago

While I do think this would have been nice, this seems like a lot of work. The pattern must be highlighted and the matches ran in order to populate the UI, which are quite expensive operations.