QuickAdd Plugin

Hi All,

I am trying to write a quickadd macro to save a progress timeline. The number itself is obtained (and shown in the note) using dataview. I’ve written the macro to push such value and the timestamp to the frontmatter using quickadd and metaedit, though, I don’t know how to do that in the macro context instead of the dataviewjs scope, ie, getting the list of tasks objects from the macro itself.

I think it might not be hard with the proper imports as the quickadd API exposes the app, but I’m not a js dev myself. So, how’d you import and use dataview from a quickadd js macro?

Thanks !