coffeebank / coffee-maubot

Matrix bot plugins for Maubot 🍢 Add link previews, choose, and other tools to your Matrix chat ☕
https://coffeebank.github.io/coffee-maubot
11 stars 5 forks source link

urlpreview: Ability to modify HTML template #24

Open peterrus opened 11 months ago

peterrus commented 11 months ago

In my opinion the HTML that is returned by the bot renders in a way that takes up too much space in the chat. In a previous version of the plugin I hacked the following:

image

If we defer all hardcoded HTML to a simple templating engine users can decide how they want to render previews.

I might give this a try myself sometime.

(The example above was implemented using HTML tables. Hello 1997.)