Bases: file.tasks property

Use case or problem

Currently, there’s no way to access task-related information directly in bases. For example, I would like to see how many tasks are in a note, how many are completed, how many are still open, etc.

This would allow me, for instance, to add a column in a project list in bases that shows whether there’s an unfinished task with the tag “next action.” That way, I can immediately spot projects where the next step is not yet defined.

Proposed solution

Add a new property file.tasks that returns a list of strings representing the checkboxes found in the note.

Current workaround (optional)

There is currently no workaround to display task-related information in Bases.

5 Likes

9 posts were merged into an existing topic: Bases : Support for tasks