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

Tasks only preserves one indentation level #126

Closed
3 tasks
zolrath opened this issue May 20, 2021 · 1 comment
Closed
3 tasks

Tasks only preserves one indentation level #126

zolrath opened this issue May 20, 2021 · 1 comment
Labels
type: bug Something isn't working
Milestone

Comments

@zolrath
Copy link

zolrath commented May 20, 2021

Given a list of

- [ ] #task First level
    - [ ] #task Second level
        - [ ]  #task Third level

Tasks will output

  • First Level
    • Second level
    • Third level

Without the #task tag normal Obsidian renders the indentation for the checkboxes properly.

@schemar
Copy link
Collaborator

schemar commented May 20, 2021

Thank you for the report! Will fix it. My guess is that something should have been implemented recursive 😋

@schemar schemar added the type: bug Something isn't working label May 20, 2021
@schemar schemar added this to the 1.0.0 milestone May 20, 2021
sytone pushed a commit to sytone/obsidian-tasks that referenced this issue May 13, 2022
Before, all sub ULs (including Uls inside other ULs) were moved to the
most outer LI. That way, all ULs below the first level were flattened.

The UL structure/nesting is now preserved by only moving direct
children.

Fixes obsidian-tasks-group#126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants