therealguy90 / foundrytodiscord

A FoundryVTT module that sends all FoundryVTT messages to a Discord webhook.
https://ko-fi.com/loki123
MIT License
15 stars 2 forks source link

Auto-Send Item to Discord when message is just an UUID tag #23

Closed MrVauxs closed 9 months ago

MrVauxs commented 10 months ago

Is your feature request related to a problem? Please describe. Often I use Quick Insert to put a tag in chat for a reference a feature or sheet. This is effectively me sending to chat the feature but requiring the player to click on it first. Unfortunately that means that Foundry to Discord simply sends the tag and not the item itself.

Describe the solution you'd like It would be lovely to have a setting that when enabled, automatically proceeds to send the item to Discord if a message only contains the UUID tag.

Describe alternatives you've considered Doing it all manually by having another module add a "Send" button on some sheets and send them to both chat and Discord that way, and using the "Send Current Page to Discord" on Journal Entries.

Additional context image image

After manually going to the item: image

therealguy90 commented 9 months ago

Hmm... Items are doable, but journal links are a little more complicated, since I can only fit 10 embeds onto one message. I could limit it to 10, of course,

How about Quick Send to Chat as an alternative? It's what I use for my games if I need to send an item to chat from the item app window. It's an extra click, but it's good enough for me, at least. If it's cluttery for you, as you said on the other FR, then I don't mind adding a way to auto-embed it.

MrVauxs commented 9 months ago

It's too cluttery for me, yeah. I already have it and use it for references.

therealguy90 commented 9 months ago

Making progress here. Seems to work just fine with multiple item links, too.

image

therealguy90 commented 9 months ago

Added in latest release!