Hi -
I found this page…
Which describes the URL scheme. Here’s the quick capture scheme:
logseq://x-callback-url/quickCapture?<params>
Parameters:
`url`: page url
`title`: page title
`content`: (optional) highlighted text(selection)
`append`: (optional, boolean) Append to the end of the page, default to `false`(current editing position)
`page`: (optional) Page name to insert to, use "TODAY" to insert to today page
I can’t seem to form the quick capture URLs successfully though, and there’s not a fully formed example in the docs. I’ve got pretty elaborate workflows built with URL schemes in many other apps, but the only thing I get LogSeq to do is open specific pages. If you manage to make a quick capture URL work and can post an example URL, please do! I think there might something I’m getting wrong about how to add the different parameters.