-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
Description
Is your feature request related to a problem? Please elaborate.
sometimes i want to reply with a snippet in which i can dynamically change the text just for that reply without actually modifying the snippet itself, e.g. ?link https://www.google.com
Describe the solution you'd like
so let's say the link
snippet looks like this:
please check out the following link in order to continue: {arg}
and when someone uses ?link https://www.google.com
,
please check out the following link in order to continue: https://www.google.com
will be sent
Does your solution involve any of the following?
- Logviewer
- New config option
Describe alternatives you've considered
i don't think there are any alternatives
Who will this benefit?
i think this will benefit people who have snippets that are long in size and who want to dynamically and temporarily (one-time) make snippets appropriate for their situation.
Additional Information
No response