Editing a page from within a query output

I made an advanced query within a whiteboard to see my daily journal and interact with it.

It works, but when I press enter for a new line, it won’t create a new block.

#+BEGIN_QUERY
{:title [:h2 "Today's Journal"]
 :inputs [:today]
 :query [:find (pull ?b [*])
  :in $ ?today
  :where
   [?p :block/journal-day ?today]
   [?b :block/page ?p]
 ]
 :breadcrumb-show? false
 :group-by-page? true
}
#+END_QUERY