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

fix: render non-task list items in tree #3291

Merged

Conversation

ilandikov
Copy link
Collaborator

@ilandikov ilandikov commented Jan 28, 2025

Types of changes

Done by pairing with @claremacrae

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
  • Documentation (prefix: docs - improvements to any documentation content for users)
  • Sample vault (prefix: vault - improvements to the Tasks-Demo sample vault)

Internal changes:

  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Description

Motivation and Context

How has this been tested?

  • unit tests

Screenshots

With this markdown - and a global filter #task:

-  [ ] #task task parent
    - [ ] #task task child
    - [ ] non-task child
    - list item child

```tasks
filename includes {{query.file.filename}}
show tree
```

image

Checklist

Terms

@ilandikov ilandikov added scope: rendering of tasks How the plugin displays tasks (except CSS issues) scope: sub-tasks and super-tasks nested/parent/child: controlling their display, filtering them, and similar labels Jan 28, 2025
@claremacrae claremacrae changed the title fix: render non task list items fix: render non task list items in tree Jan 28, 2025
@claremacrae claremacrae changed the title fix: render non task list items in tree fix: render non-task list items in tree Jan 28, 2025
@claremacrae claremacrae merged commit cf8bdf9 into obsidian-tasks-group:main Jan 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: rendering of tasks How the plugin displays tasks (except CSS issues) scope: sub-tasks and super-tasks nested/parent/child: controlling their display, filtering them, and similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants