-
Notifications
You must be signed in to change notification settings - Fork 345
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add smart Markdown list formatting of ordered and unordered list to the message composer with auto-continuation (like Slack/Notion).
Problem
Currently, users must manually type list prefixes (1. , 2. , - ) when creating lists in messages. This is:
- Time-consuming and error-prone
- Inconsistent with modern chat applications
- Makes it harder to create well-formatted messages
Proposed Solution
Implement smart list formatting that:
Auto-continuation when pressing Shift+Enter:
- Automatically increments numbered lists (
1.→2.→3.) - Automatically adds bullet points for unordered lists
- Exits list mode when pressing
Shift+Enteron an empty list item
Markdown compatibility:
- Ordered lists:
1. Item - Unordered lists:
- Item
Demo of proposed changes
Screencast.from.2026-02-18.02-13-05.webm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request