Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 [REQUEST] - Dynamic Variable Insertion in Reply Messages #217

Open
medchedli opened this issue Oct 15, 2024 · 0 comments
Open

💡 [REQUEST] - Dynamic Variable Insertion in Reply Messages #217

medchedli opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@medchedli
Copy link

medchedli commented Oct 15, 2024

Problem:

Currently, using contextual variables in reply messages requires users to manually copy and paste variable names from a list. This process can be time-consuming and error-prone, especially for users with many variables to manage.

Proposed Solutions:

Option 1 : Add a "Plus" Button

Implement a "plus" button next to the reply message field. When clicked, this button should display a searchable dropdown containing a list of all available contextual variables. Users can then select the desired variable, and it will be automatically inserted into the reply message at the current cursor position.

362392600-7d9cc3c0-a47a-4388-9860-2989f6956b59

Option 2: Auto-Complete

  • Enable auto-complete functionality when the user types a specific trigger character (e.g., "#" or "{{").
  • As the user types, a dropdown menu will appear, suggesting relevant contextual variables based on the input.
  • Users can select a variable from the dropdown, and it will be automatically inserted into the message at the current cursor position.
@medchedli medchedli added the enhancement New feature or request label Oct 15, 2024
@marrouchi marrouchi added the good first issue Good for newcomers label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants