something about subtasks #194
Closed
erduotong
started this conversation in
Feature Ideas
Replies: 2 comments 5 replies
-
I think, maybe because there were spaces instead of tabs infront of the "- [ ] something sub sub", thats why it didnt worked. Right now the plugin will calculate the sub-tasks levels based on number of indentations it has. Since, the sub-sub task had only one indentation and rest were spaces, hence it assumed it as a one level sub-tasks instead of two level sub-task. Thank you for reporting this, will register it as a bug. It needs to be fixed, so it also works with spaces, for now you tabs. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Thanks for this wonderful plugin!
Question
However, it seems that sub tasks only work well in just 1 sub tasks, but not sub sub tasks, like follows
Work well:
not well:
In the second situation, I only can know the sub tasks, but deeper doesn't display.
How to solve it..?
In my opinion, a simple way is to replace the card to markdown render, just like the plugin
CardBoard
I think that's the simplest and it has the highest compatibility
But perhaps it will make obsidian lower because too many render.
Another way is to render sub tasks with recursion.
Beta Was this translation helpful? Give feedback.
All reactions