plugins
plugins copied to clipboard
🧩 logseq.App.pushState
Some example usage:
Go to a page by UUID
logseq.App.pushState("page", { name: "65cf7227-9f52-4770-9e47-52e319f2298b" })[^1]
[^1]: despite the use of the "name" parameter, it'll accept a UUID.
Go to a page by name
logseq.App.pushState("page", { name: "my page name" })