Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
400 stars 73 forks source link

feat(Chat): Add a simple ephemeral chat experience #1441

Closed Kruptein closed 4 months ago

Kruptein commented 4 months ago

This adds a collapsible simple chat feature to the bottom left of the screen.

The initial scope is small on purpose.

It currently offers the ability to send basic text based chats. There is markdown support, but no HTML can be used directly. (e.g. **test** will show up bold <b>test</b> won't.)

URLs will automatically be clickable without using the normal markdown syntax for urls, and will open in a new tab.

Image URLs specifically will automatically be converted to images in the chat container and can be clicked to see them in larger scale.

A later PR will arrive that allows you to disable this feature entirely on a campaign level if it's something you don't need.