Internal check lists
I would love to have a way to have sub tasks under a master task. For example. I have a workout routine power-up, within that routine I would like to list the multiple exercises I need to finish within the routine. This would help me keep track of what I need to do to finish the routine.
4
votes
rubefink
shared this idea
-
J commented
But you already can do it, in a way.
Just use html formatting in the description of a power up.
It's <p>for paragraphs</p> and for lists it's
<ul>
<li>list item 1</li>
<li>list item 2</li>
</ul>
or use ol instead of ul if you want a numbered list.