Fold long comment #10365

Open
opened 2025-11-02 09:05:23 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @yp05327 on GitHub (Mar 2, 2023).

Feature Description

User can comment long text, such as
https://gitea.com/gitea/act_runner/issues/28#issuecomment-732171
Maybe it is better to add a button to fold these long comments, or just do it automatically.

Screenshots

No response

Originally created by @yp05327 on GitHub (Mar 2, 2023). ### Feature Description User can comment long text, such as https://gitea.com/gitea/act_runner/issues/28#issuecomment-732171 Maybe it is better to add a button to fold these long comments, or just do it automatically. ### Screenshots _No response_
GiteaMirror added the type/proposaltype/feature labels 2025-11-02 09:05:23 -06:00
Author
Owner

@delvh commented on GitHub (Mar 2, 2023):

Another easy fix would be to offer an Insert Details-button for the textfield that does nothing else than inserting

<details><summary>TITLE</summary>

CONTENT
</details>

That would most likely also help drastically already without forcing things on users.

@delvh commented on GitHub (Mar 2, 2023): Another easy fix would be to offer an `Insert Details`-button for the textfield that does nothing else than inserting ```html <details><summary>TITLE</summary> CONTENT </details> ``` That would most likely also help drastically already without forcing things on users.
Author
Owner

@yp05327 commented on GitHub (Mar 3, 2023):

How about add a notice when user comment long text without using details

@yp05327 commented on GitHub (Mar 3, 2023): How about add a notice when user comment long text without using `details`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10365