obsidian-checklist-plugin icon indicating copy to clipboard operation
obsidian-checklist-plugin copied to clipboard

Sub tasks indentation

Open lyndhurst opened this issue 5 years ago • 8 comments

I read through the opened and closed issues, and saw you reference the problem of sub tasks not being indented in the task list, and even read one where you imply that you are looking for a way to implement it. I just wanted to know if that was still in your plans. Thank you for your time.

lyndhurst avatar Mar 09 '21 17:03 lyndhurst

Yes it is. I have done some work on this, but postponed for a while to work on some lower hanging fruit. I personally also want this, so will definitely get it done soonish

delashum avatar Mar 10 '21 01:03 delashum

Thank you for taking the time to answer, I also believe this would add value to the task list overview.

I would close the issue with this comment but I thought you might want to leave it visible to avoid duplicates, so I'll leave it up to you.

lyndhurst avatar Mar 10 '21 09:03 lyndhurst

i'm thinking of opening a PR to close this. however, my approach would introduce dataview as a dependency and i'm not sure how okay @delashum would be with that 😅

GamerGirlandCo avatar Nov 13 '22 02:11 GamerGirlandCo

Hi @GamerGirlandCo, can you give more context on why it would need to use DataView?

leandromuto avatar Dec 27 '22 07:12 leandromuto

Hi @GamerGirlandCo, can you give more context on why it would need to use DataView?

look at the PR :)

GamerGirlandCo avatar Dec 31 '22 02:12 GamerGirlandCo

@GamerGirlandCo I looked at it but I would like to know why you opted to use DataView instead of doing without it. I want to know because adding a new plugin dependency may cause performance issues.

leandromuto avatar Dec 31 '22 19:12 leandromuto

@leandromuto because 1) it's easier and 2) getting a "nested" data structure for the tasks from indentation alone is likely impossible. believe me, i've tried.

do you have a better approach or something?

GamerGirlandCo avatar Jan 01 '23 01:01 GamerGirlandCo