NotePlan / plugins

The main NotePlan repository, which contains the source code for all NotePlan plugins. If a release entry has been created, it will be available for installation from within NotePlan application.
MIT License
165 stars 56 forks source link

Continue Project reviews after Complete #594

Open dbludeau opened 4 hours ago

dbludeau commented 4 hours ago

Super minor change request (not vital at all) When you mark a project as "Complete" and then archive it, it would be create if it automatically went to the next project to review (like it does when you hit "Finish + Next".
Currently it stops the review process.

jgclark commented 2 hours ago

@dbludeau this is more tricky than it seems. The challenge is that there's no state keeping track of whether you're currently reviewing projects or not. (Or indeed a way of deciding you've stopped.) At the moment there are two actions: "finish" and "finish + next". The latter tells the plugin to move on. I didn't want to duplicate the "start" and "complete" actions in the same way, as there would be getting on for too many actions and their buttons.

So, if there's a neat way of indicating this in the intention, then please do suggest it. But it needs to cope with just calling complete on an project without being part of a review sequence.