Open
Description
Problem Statement
I'm working with Obsidian that allows me to write notes alongside tasks and query them across my vault.
But basically, like many people, I use super-productivity as an end point to plan for my day, and focus only on what matters during the day. So I copy each tasks I planned for today from Obsidian to SupProd, but many would copy them from Github or another collaboration tool.
My issue is that I can only do it one task at a time currently.
Tasks could have this format :
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
Or this one :
- Task 1
- Task 2
- Task 3
Or even just text separated by line breaks :
Task 1
Task 2
Task 3
❔ Possible Solution
My solution would be to :
- Add one task by line break.
- Clean the possible prefix like
-
,*
,- [ ]
or some standard ones like that.
⤴️ Describe alternatives you've considered
NA