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

[CAL-4343] Add variable highlight and auto-complete everywhere (workflows) #16668

Closed
CarinaWolli opened this issue Sep 16, 2024 · 2 comments · Fixed by #16691
Closed

[CAL-4343] Add variable highlight and auto-complete everywhere (workflows) #16668

CarinaWolli opened this issue Sep 16, 2024 · 2 comments · Fixed by #16691
Labels
✨ feature New feature or request 🧹 Improvements Improvements to existing features. Mostly UX/UI Low priority Created by Linear-GitHub Sync workflows area: workflows, automations

Comments

@CarinaWolli
Copy link
Member

This is already implemented for the email body of a workflow action see here:

Screenshot 2024-09-16 at 12.49.23 PM.png

The text field for editing an SMS/Whatsapp workflow action and the text field for email subject don't use our Editor component. We don't want to allow editing the text but we want to have the highlight and auto-complete for variables

From SyncLinear.com | CAL-4343

@CarinaWolli CarinaWolli added Low priority Created by Linear-GitHub Sync workflows area: workflows, automations 🧹 Improvements Improvements to existing features. Mostly UX/UI labels Sep 16, 2024
@dosubot dosubot bot added the ✨ feature New feature or request label Sep 16, 2024
@krakenftw
Copy link
Contributor

Hey @CarinaWolli i am up to work on it. How is this going to work when the TextArea isnt editable.
Also we have Editor and for SMS/Whatsapp its a simple TextArea what if we make it Editor for all but without the markdown for SMS/Whastapp.

@CarinaWolli
Copy link
Member Author

Hey @CarinaWolli i am up to work on it. How is this going to work when the TextArea isnt editable.

Nothing should be editable, sam as it is now for email bodies on read-only workflows.

Also we have Editor and for SMS/Whatsapp its a simple TextArea what if we make it Editor for all but without the markdown for SMS/Whastapp.

Using the Editor component while disabling all formatting elements is probably the way to go. In the end, it should still look like the current TextArea but with variable auto-complete and highlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 🧹 Improvements Improvements to existing features. Mostly UX/UI Low priority Created by Linear-GitHub Sync workflows area: workflows, automations
Projects
None yet
2 participants