Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive as a sub heading under current heading? #83

Open
civrot opened this issue Feb 16, 2024 · 1 comment
Open

Archive as a sub heading under current heading? #83

civrot opened this issue Feb 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@civrot
Copy link

civrot commented Feb 16, 2024

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
Copy link
Owner

Hello, @civrot,

This is currently impossible. Marking this as an enhancement.

@ivan-lednev ivan-lednev added the enhancement New feature or request label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants