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

Selecting a nested list and converting it to checkbox list only converts the top items #11509

Open
laurent22 opened this issue Dec 13, 2024 · 2 comments
Labels
backlog We'll get to it... eventually... desktop All desktop platforms enhancement Feature requests and code enhancements

Comments

@laurent22
Copy link
Owner

Operating system

Windows

Joplin version

3.2.0

Desktop version info

No response

Current behaviour

In the Markdown editor, create a list such as this one:

- One
- Two
    - Sub 1
    - Sub 2
- Three 

Select all text and click on the checkbox list button.

=> Only the top items are changed to a checkbox. So it will look like this:

- [ ] One
- [ ] Two
    - Sub 1
    - Sub 2
- [ ] Three 

Expected behaviour

Since I selected all the text, I would expect all the items to be processed.

For what it's worth the legacy editor and rich text editor work worse (first one create a broken list, second one converts the list items to paragraphs)

Logs

No response

@laurent22 laurent22 added bug It's a bug desktop All desktop platforms high High priority issues backlog We'll get to it... eventually... enhancement Feature requests and code enhancements and removed high High priority issues bug It's a bug labels Dec 13, 2024
@laurent22
Copy link
Owner Author

Note: This is by design. Keeping the issue opened for now so that we can potentially go back to it depending on user feedback

@monish-mukhari
Copy link

would u like to assign this issue to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We'll get to it... eventually... desktop All desktop platforms enhancement Feature requests and code enhancements
Projects
None yet
Development

No branches or pull requests

2 participants