mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
Use the same visual editor for comments as for card description #912
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kbakaras on GitHub (Feb 4, 2026).
Which part of the project does this feature apply to?
Frontend
What would you like?
It would be great if comments used the same visual editor as the card description.
In short: comments already support Markdown rendering, but lack a visual editor during editing. Reusing the existing description editor for comments would significantly improve usability.
Why is this needed?
Currently, Planka provides a convenient visual (WYSIWYG) editor for the main card description, which makes writing and editing formatted content very comfortable.
However, comments use a plain text editor during input. At the same time, Markdown syntax entered in comments is rendered correctly after saving, which indicates that Markdown is already supported at the rendering level.
It would be great if comments used the same visual editor as the card description. This would:
Other information
Version: Planka 2.0.0-rc.4