Dataview plugin snippet showcase

Hi @PorcoRosso I like this a lot. You can simplify your statement by doing the following:

LIST
join(choice(file.tasks.completed, "●", "○"), "")
FROM #current_project

No need for Javacript, and it’s a little bit easier to read I think.

join function

choice function

12 Likes