Quick capture directly to dailly journal

I saw here that there is a way to quickly capture links and content to Logseq using the URL logseq://x-callback-url/quickCapture?{args} .

It works well. However, it will add the capture to whichever page you have open in Logseq, not a specific page for captures. I believe it makes sense for all captures to go to the daily journal. Maybe this could be a configurable option.

This (adding to daily journal) is possible in 2 days.

In config.edn:

:quick-capture-options {:insert-today? true :redirect-page? false}

or in the URL, have

&page=TODAY
2 Likes