ivan-lednev / obsidian-task-archiver

Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
MIT License
109 stars 12 forks source link

Archive as a sub heading under current heading? #83

Open civrot opened 7 months ago

civrot commented 7 months ago

I am not sure if it is possible, or if I missed the option somewhere, but this is what I am hoping to do.

Before Archiving

# Page Title

## Sub heading 1
blah blah blah

## Tasks
- [ ] Task 
- [ ] Task 2
- [ ] Task 3
- [ ] Task 4

## Some Other sub heading
blahblah

Desired After Archiving

# Page Title

## Sub heading 1
blah blah blah

## Tasks
- [ ] Task 
- [ ] Task 3

### Completed
- [x] Task 2
- [x] Task 4

## Some Other sub heading
blahblah

What I am getting

Completed at the bottom of the file instead of under the Task heading

# Page Title

## Sub heading 1
blah blah blah

## Tasks
- [ ] Task 
- [ ] Task 3

## Some Other sub heading
blahblah

### Completed
- [x] Task 2
- [x] Task 4

Thanks

ivan-lednev commented 7 months ago

Hello, @civrot,

This is currently impossible. Marking this as an enhancement.