feature request: Support for ordered and unordered bullets
Feature Description
currently none of the client (web/app/desktop) has support for bullets like other apps do suggestion is to add option for numbered bullets and unordered bullets too where user can select an option and the automatic continuation on next line
Motivation and Use Case
when someone has to send the message in key points they have to manually enter - <message> on each line
no automatic continuation
this feature will
- help improve user experience
- reduce manual work
- more universal format for message composer
Implementation Ideas
for UX
- integrated buttons in the formatting toolbox
- shortcuts like
-and1.and a space for auto-convert into list - auto increment bullet number of add new bullet on new line
- using keyboard shortcuts
Is this feature available in the API or web version?
Not available
Rocket.Chat Server Version
No response
Rocket.Chat App Version
No response
Device Name
No response
OS Version
No response
Additional Context
for implementing this: phase 1 : improvement of existing bullet support or migrating to new logic
phase 2: // currently implemented in draft PR auto increment support
phase 3:
more bullet options like a. A. * added
phase 4: adding dedicated buttons in formatting toolbar
demo of improved feature
https://github.com/user-attachments/assets/ba12797f-9f21-4c30-beff-02ac5122823f
If this is helpful, I would like to propose further improvements:
- Formatting numbered bullets in real-time, similar to WhatsApp.
- Adding a dedicated options menu for bullets within the formatting toolbox.
- Allowing users to select a text and then an option to add bullets to selected lines.
I think this would be a great feature to implement, also it would look better.
Hi @divyanshu-patil , I would like to work on this issue.
Please assign it to me.
i can't assign you this issue as i am not the maintainer once maintainer finalized the feature we can then start to work on this
Issues are not assigned to any individual, if you think you can fix the issue, feel free to open a pull request. Also please avoid mentioning anyone in the comment
oh wait, this is a feature request that is currently not available in any platform right now as mentioned (currently none of the client (web/app/desktop) has support for bullets)
So please wait until any team member confirm if they this feature is in the plan or not
yes, thats why in the draft PR it just adds - or next number. at the start of next line if it detects bullet
once maintainers confirmed the changes the improvement will be done in the implementation phases i mentined in the description