Add WYSIWYG editor on milestone form #7025

Closed
opened 2025-11-02 07:13:47 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @Cypouz on GitHub (Mar 19, 2021).

Description

Milestone form doesn't propose a WYSIWYG form like the one proposed by Issue form.

Screenshots

Capture d’écran du 2021-03-19 16-42-09

Originally created by @Cypouz on GitHub (Mar 19, 2021). - Gitea version (or commit ref): 1.13.4 - Git version: 2.20.1 - Operating system: Debian 10, using binary package from Gitea, running with systemd. - Database: - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (https://try.gitea.io/Cypouz/Test/milestone/1335) - [ ] No - Log gist: ## Description Milestone form doesn't propose a WYSIWYG form like the one proposed by Issue form. ## Screenshots ![Capture d’écran du 2021-03-19 16-42-09](https://user-images.githubusercontent.com/4980075/111806469-4d84f180-88d2-11eb-8e7a-e00f269d5db2.png)
GiteaMirror added the outdated/theme/markdowntype/enhancement labels 2025-11-02 07:13:47 -06:00
Author
Owner

@lunny commented on GitHub (Mar 21, 2021):

Even github didn't do that. Is this necessary?

@lunny commented on GitHub (Mar 21, 2021): Even github didn't do that. Is this necessary?
Author
Owner

@silverwind commented on GitHub (Mar 21, 2021):

I think it's fine for this to stay plaintext. ideally with a markdown preview tab, but that should be part of a future editor component, not added manually to this template.

@silverwind commented on GitHub (Mar 21, 2021): I think it's fine for this to stay plaintext. ideally with a markdown preview tab, but that should be part of a future editor component, not added manually to this template.
Author
Owner

@silverwind commented on GitHub (Apr 3, 2023):

Since https://github.com/go-gitea/gitea/pull/23876 we default to plaintext editor, so this is not planned.

@silverwind commented on GitHub (Apr 3, 2023): Since https://github.com/go-gitea/gitea/pull/23876 we default to plaintext editor, so this is not planned.
Author
Owner

@wxiaoguang commented on GitHub (Apr 4, 2023):

I guess we can keep this open , and introduce the new editor to the milestone page?

At the moment, there is only a simple textarea, no toolbar, no preview

@wxiaoguang commented on GitHub (Apr 4, 2023): I guess we can keep this open , and introduce the new editor to the milestone page? At the moment, there is only a simple textarea, no toolbar, no preview
Author
Owner

@silverwind commented on GitHub (Apr 4, 2023):

Yes, all places that allow Markdown and generally hold more than 1 line of content could use the new editor. There are many such places in Gitea UI.

I guess it needs to be evaluated where it makes sense to have the full editor. Org description is one such example where I would not use it, despite multiline content.

@silverwind commented on GitHub (Apr 4, 2023): Yes, all places that allow Markdown and generally hold more than 1 line of content could use the new editor. There are many such places in Gitea UI. I guess it needs to be evaluated where it makes sense to have the full editor. Org description is one such example where I would not use it, despite multiline content.
Author
Owner

@wxiaoguang commented on GitHub (Apr 4, 2023):

Agree, markdown editor could help with long text editing, like comment, release description, so milestone description is similar.

Org/user description is usually not that long, so a simple textarea is enough.

@wxiaoguang commented on GitHub (Apr 4, 2023): Agree, markdown editor could help with long text editing, like comment, release description, so milestone description is similar. Org/user description is usually not that long, so a simple textarea is enough.
Author
Owner

@appleboy commented on GitHub (Dec 2, 2024):

@wxiaoguang v1.23.0 will support markdown editor like a comment?

@appleboy commented on GitHub (Dec 2, 2024): @wxiaoguang v1.23.0 will support markdown editor like a comment?
Author
Owner

@wxiaoguang commented on GitHub (Dec 2, 2024):

@wxiaoguang v1.23.0 will support markdown editor like a comment?

Yes, I am working on it, there will be a PR

@wxiaoguang commented on GitHub (Dec 2, 2024): > @wxiaoguang v1.23.0 will support markdown editor like a comment? Yes, I am working on it, there will be a PR
Author
Owner

@wxiaoguang commented on GitHub (Dec 2, 2024):

-> Refactor markdown editor and use it for milestone description editor #32688

(actually, there is not real WYSIWYG editor in Gitea, but markdown editor)

@wxiaoguang commented on GitHub (Dec 2, 2024): -> Refactor markdown editor and use it for milestone description editor #32688 (actually, there is not real WYSIWYG editor in Gitea, but markdown editor)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7025