generated from ellisonleao/nvim-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
I'm dividing my todos into sections/subheaders/##, the archive function moves them into one section, thus information is lost.
# School
* [x] Write festival report
# Club
* [x] Write festival reportwill turn into
# Archive
* [x] Write festival report
* [x] Write festival reportDescribe the solution you'd like
If a todo is part of a sub/section this name should re appear in the archive too (at section +archive section depth). That way it's easier to figure out what was done for what.
# Archive
## School
* [x] Write festival report
## Club
* [x] Write festival reportDescribe alternatives you've considered
Manually copying.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request