You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I found out about imdone-atom, and I'm absolutely loving the package!
Would it be possible to introduce an archiving option that would allow me to move specific keyword tasks (like DONE) to another file via keyboard shortcut?
So glad you like it! I've been getting requests for this and honestly I need it myself. I may even add dates to the tasks as they get archived including the date they were added using git blame.
Ha, glad I'm not the only one! Have you gotten anything about time tracking tasks as well? That would also be super useful, but probably brand new functionality ;P
@codo-sapien I've come up with an approach for archiving tasks that's working for me in dev. Instead of moving them to a different file, I've added an ignore property to config.lists so imdone ignores the tasks, but the list still displays on the board (with no cards). When you move a card into this list, it disappears from the board, but the list name is changed in the file.
If you add the ignore: true property to a list in .imdone/config.json like this...
Hey, I found out about imdone-atom, and I'm absolutely loving the package!
Would it be possible to introduce an archiving option that would allow me to move specific keyword tasks (like DONE) to another file via keyboard shortcut?
to:
The text was updated successfully, but these errors were encountered: