Apologies in advance if this post is in any set up incorrectly, I am super new to TW and this site!
I am trying to create a super basic weekly task list in TW, all I need is a note with headings Monday - Sunday and below every heading it would have a checkbox. When I add some text to the checkbox and press Enter, it should create a new checkbox below.
Is this something that can be done? I’m aware of the <$checkbox> feature, but honestly that just looks a little messy while I’m editing, it also doesn’t create a new checkbox below it when pressing Enter. I used to have it all set up Joplin with “- [ ]” syntax.
So I’m assuming I would need to manually amend the task from *.todo, to *.done once its been completed?
Honestly your second example is essentially what I want, something like the below:
!! Monday
[ ] this is an example task
[ ] (this checkbox is automatically created when I hit enter)
The problem with using <$checkbox> though is it seems to mess up the formatting by not allowing me to add tasks on a new line (when you are not in the editing mode). The above example is also much easier to read with [ ] acting as the checkbox, instead of the <$checkbox> syntax.
Yep that is correct, so this is effectively just a CSS hack to make an unordered list item (a bullet point) look like a checkbox by hiding the bullet point and placing a unicode character before the text you type, but does not have any sort of functionality like the <$checkbox> widget does.
I know that you want something minimalist but just in case you’re not aware of it, I highly recommend to use the Projectify plugin for task management, it works really well