How to use multi-line input prompt to add several tasks at once ? #689
Unanswered
Fred-Vatin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m trying to add multiple tasks in a file at once using multi-line prompt, each task being on its own line.
I use capture with task enabled but all lines from my input are added to the same task instead of inserting
- [ ]
before each line.Any idea how to do that ?
Bonus: Possible to write a script to check if a task already exist and only add the non-existent ones ? Where could I start ?
Beta Was this translation helpful? Give feedback.
All reactions