Improve the numbered and bullet list #6072
Labels
No labels
Focus: A11y
Focus: Admin/Meta
Focus: Authentication
Focus: Back-End
Focus: Database
Focus: Design & UX
Focus: Editor - Markdown
Focus: Editor - WYSIWYG
Focus: Export System
Focus: Front-End
Focus: Translations
Focus: View Customization
Is: Docs Update
Is: Enhancement
Is: Priority
Is: Security
Is: Upstream
Status
Blocked
Status
Open to discussion
Status
Out of scope
Status
Pending Validation
Type
API Request
Type
Bug Report
Type
Feature Request
Type
Happy feedback
Type
Maintenance
Type
Question
Type
Support
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bookstack/bookstack#6072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Describe the feature you'd like
Hello,
I would like to propose improving the list feature in the new editor. Basically, I suggest adding two changes:
The ability to create multilivel lists, that is, when you press the Tab key, it converts the list number or symbol into different sublevels. For example:
2.1. two.one
2.2. two.two
2.3. two.three
3.1 three.one
3.2 three.two
3.2.1 three.two.one
3.2.2 three.two.two
The other change I propose is the ability to align lists to the center, to the right, or justify them. By default, the editor always places lists on the left, and they can’t be moved from there even if you press the “align” buttons. You can achieve a somewhat similar effect by increasing indentation levels, but it doesn’t work very well (if you push it too far to the right, the text becomes distorted), and it’s not an optimal solution.
Describe the benefits this would bring to existing BookStack users
These changes are mostly aesthetic, aimed at better visually organizing the lists we create:
Can the goal of this request already be achieved via other means?
I don't know.
Have you searched for an existing open/closed issue?
How long have you been using BookStack?
1 to 5 years
Additional context
No response
if @ssddanbrown finds that feature request worth to be implemented i can work on it.
Thanks for the request @delaviux.
The editors should already support nested lists items.
By default sub-lists will just start with new numeric ordering, although it might be possible via custom CSS to override that to the desired format, although not sure how possible that specific format is in CSS alone.
I don't think list alignment would be worth supporting to be honest, since there's been little other desire and since there's probably better ways to emphasise importance.