What I’m trying to do
I’m trying to create a DataviewJS query that fetches a remote URL to create a task from it. It prints dv.span("- [ ] My task with my data: " + data)
Now, I have another page with another DataviewJS query that reads all the tasks from all the pages into a TaskList, and I want the task above to appear in that TaskList.