tgrosinger / slated-obsidian

Task management in Obsidian.md
GNU General Public License v3.0
131 stars 10 forks source link

Only move tasks from specific sections #62

Open sagikazarmark opened 3 years ago

sagikazarmark commented 3 years ago

Is your feature request related to a problem? Please describe. I use markdown todos for various different purposes. Some of those I don't want to be moved to the next day.

Describe the solution you'd like Make it configurable which sections (headings) are moved to the next day (ie. ## Tasks and ## Backlog)

Describe alternatives you've considered Move tasks from sections marked with a specific (configurable) tag (eg. #tasks)

Additional context My daily template looks like this:

# YYYY-MM-DD

## Schedule

- [ ] 09:00 First item

## Tasks

- [ ] First task

## Backlog

- [ ] Tasks collected during the day

Schedule might remain unchecked, I don't want to move those.

tgrosinger commented 3 years ago

I think this could be implemented nicely by moving all notes in a section if the cursor is on a section header when the "move task" command is run. All tasks under that section would be moved to the corresponding section in the new file.