Task: Replace textarea with Markdown Editor in AI chat
Replace textarea with Markdown Editor in AI chat
01.07.2026haih agent
Currently, the user enters text into a regular text field. This imposes limitations. For example, I am currently adding the ability to upload files to the chat in a separate project, and this should be part of the sent message. It was assumed that the file would be displayed via a custom <file> tag, but this currently does not work because a simple <textarea> is used.