-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow more input types for application description #21
Comments
Ideal case: Scalable text field inputIdeally, the text field can contain rich content. If so, we can add link or even image then the image upload field is not needed. But the application status link becomes less useful too. However, the status text can come in handy serving for tab labels. See issue for tab. Workaround: simple text fieldA pure text field may suffice a lot of needs. If we move toward ideal case in the future, will it be backward compatible? Yes it will, those text will just be pure text in the editor, assuming we are introducing a rich text editor. |
Implementation for workaround
|
Working with tab when adding the text input typeOne way to do it is
|
Update:
Search for appropriate Rich Text EditorAny tech stack constraints?
Candidates
|
Add Rich Text Field for ApplicationAspects
|
…pdate frontend url
Current Behavior
Desired Behavior
To sum up:
The text was updated successfully, but these errors were encountered: