Creating pages externally with the URL scheme - is this possible?

Hi -

I found this page…

https://docs.logseq.com/#/page/logseq%20protocol?anchor=ls-block-63b74ff9-ee2a-4f96-b1f0-0b64c136b260

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.

2 Likes