Mark items as 'actionable'

Hello. On my lists some items are ‘tasks’ that require further action and other are merely ‘informational’. By now, I’m marking all the ‘actionable’ tasks as ^asap so I can filter them easily with the due tasks. Sometimes I also use the label #todo. Is there any better way of doing that? Neither of the two methods works with the progress counter.
It would be great if any item could be marked as ‘actionable’, and be taken into account for the progress counter and effort estimations.

Regards.

1 Like

Hello @acarrillo,

Thanks for sharing your idea. This feature is not implemented yet, but we consider making progress counter configurable in a way that only items marked with checkboxes are included into progress counter.
This should probably be an option when enabling progress counter feature.

A corresponding request in the Uservoice is here, please vote/watch: https://checkvist.uservoice.com/forums/2121-checkvist-web/suggestions/14002950-progress-bar-setting-specify-which-tasks-to-track

Thanks again,

It would be great. I think that also will be useful if we could search by filtefing the ‘items with checkboxes’ so we could get an ‘actionable items’ view.

Regards.

1 Like

Did you try invalidated tasks for your “informational” purposes? Those are not counted and can be styled differently.

I think I could make it with invalidated and some custom CSS, but the I’ll lose the abilty to invalidate tasks.

ok, that’s exactly what I was looking for, I have been thinking as to whether to use or #todo to mark actionable items - and it seems like you would point toward - so that’s what I’ll use

Hello folks,

We’ve implemented todo keyboard shortcut on beta - it adds Markdown prefix to the selected list items. This command is also in the shift+shift command palette.

Do you think this is a decent idea?

Kind regards,
KIR

1 Like

it is decent as an idea! I had written a keyboard maestro (on mac) macro to do exactly that (but I also added a #todo tag). I need to see how well it plays with searches.

I have one question, I was making todo items bold through the CSS but I was basing on the fact that I also had a #todo tag…

.tag_todo  .userContent {
  font-weight: 500; /* Bolder text */
}

How do I do that now that I have only the “” prefix?

Grazie

Hi, try this rule:

.boxesList .userContent, 
.boxesList .boxesList .userContent {
   font-weight: 500; /* Bolder text */
}

As for the search - we haven’t implemented this. We consider adding filtering syntax like in: todo to filter only items with checkboxes. Do you need it often?

A short follow-up - you can try in:todo filtering on beta.checkvist.com.

Unfortunately, global search does not work, but filtering does.