Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc panel nested bullets/enumerated lists #11978

Open
Tracked by #11977
AdRiley opened this issue Jan 6, 2025 · 5 comments · May be fixed by #12190
Open
Tracked by #11977

Doc panel nested bullets/enumerated lists #11978

AdRiley opened this issue Jan 6, 2025 · 5 comments · May be fixed by #12190
Assignees
Labels
-gui x-new-feature Type: new feature request

Comments

@AdRiley
Copy link
Member

AdRiley commented Jan 6, 2025

In the doc panel we need to render enumerated lists with numbers and correctly render nested bullets

@Frizi
Copy link
Contributor

Frizi commented Jan 9, 2025

Refinement notes:

  • Likely implementable as flattened tree of blocks, each bullet point knowing its nesting level
  • CSS counters might be used for easy auto-numbering

@farmaazon farmaazon moved this from ❓New to 📤 Backlog in Issues Board Jan 15, 2025
@kazcw kazcw self-assigned this Jan 24, 2025
@kazcw kazcw moved this from 📤 Backlog to 🔧 Implementation in Issues Board Jan 24, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 24, 2025

Keziah Wesley reports a new STANDUP for today (2025-01-24):

Progress: Started working on complex list rendering; the first step is switching to a decoration-based implementation of lists so that they can be hierarchy-aware. It should be finished by 2025-01-31.

Next Day: Next day I will be working on the #11978 task. Continue decoration-based lists

@enso-bot
Copy link

enso-bot bot commented Jan 28, 2025

Keziah Wesley reports a new STANDUP for yesterday (2025-01-27):

Progress: Implemented decoration-based list renderer, next step is styling for nested lists. Noticed a problem serializing indent levels in nested lists, but haven't been able to reproduce it in tests. It should be finished by 2025-01-31.

Next Day: Next day I will be working on the #11978 task. Debug serialization issue.

@enso-bot
Copy link

enso-bot bot commented Jan 29, 2025

Keziah Wesley reports a new STANDUP for today (2025-01-28):

Progress: Fixed docs indent round-trip issue It should be finished by 2025-01-31.

Next Day: Next day I will be working on the #11978 task. Start defining styling for nested lists

@kazcw kazcw linked a pull request Jan 30, 2025 that will close this issue
5 tasks
@kazcw kazcw moved this from 🔧 Implementation to 👁️ Code review in Issues Board Jan 30, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 30, 2025

Keziah Wesley reports a new STANDUP for yesterday (2025-01-29):

Progress: Finished nested and numbered lists It should be finished by 2025-01-31.

Next Day: Next day I will be working on the #10102 task. Upload-image button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui x-new-feature Type: new feature request
Projects
Status: 👁️ Code review
Development

Successfully merging a pull request may close this issue.

3 participants