Skip to content

Allow user to bulk add multiple tasks with linebreaks #2963

Open
@mathisgauthey

Description

@mathisgauthey

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 :

  1. Add one task by line break.
  2. Clean the possible prefix like -, *, - [ ] or some standard ones like that.

⤴️ Describe alternatives you've considered

NA

➕ Additional context

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions