mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
🚀 Be able to add descriptions to columns/lists #820
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 @heyvoon on GitHub (Sep 25, 2025).
Is this a feature for the backend or frontend?
Frontend, Backend
What would you like?
I'd like to be able to add a description or note field to a column (list). Currently, we can only set a title. This description would be visible when viewing the board, providing context for the column's purpose or the type of cards that belong in it.
Why is this needed?
I want this because it would significantly improve board organization and clarity. For example, on my project management board:
Other information
This could be implemented similarly to card descriptions: a small icon or "edit" button on the column header that expands to show the full description. It should support basic Markdown formatting for links and lists. The description should also be included in board exports.