Is there a way to isolate snippets to only trigger in certain domains?
I know I can make the trigger something that is unlikely to be typed in reality, like $banana but if I could isolate it to the domain, then I could make snippets trigger within a regular typing workflow that wouldn't require remembering a snippet exists. Someone types "banana" when writing an email in gmail, snippet isn't triggered at all, the text remains the same, and life goes on. Someone types "banana" in Salesforce and that triggers a snippet that does banana stuff specifically for Salesforce.
I know I can sorta get around this by modifying behavior within the snippet once it is triggered, {if: contains({site: domain}, "lightning.force.com")=="yes"} but I'm looking to avoid the whole snippet triggered popup, sound, confetti situation.
Doable now? Doable in the future?