Can I open Remnote to a specific document -- from the command line?

I can enter “open ~/Documents/Zoo.md -a /Applications/Obsidian.app” to open my Obsidian vault directly to the Zoo page.

Is there a way to do that in Remnote? I can open Remnote from the Terminal, but I don’t know how to get it to a specific page. Maybe that’s not possible, either for a remote or a local KnowledgeBase.

1 Like

We don’t have an URL scheme for the Desktop App yet.

You can open the web app (meaning your synced KB) on MacOS by copying the URL of the page to open. E.g.

open https://www.remnote.io/d/REM_ID

where REM_ID is the ID of the page to open.

Thanks for the information! It is useful to know one way or another. Glad to hear that it might be in the works. Then I can write scripts building on that. Thanks again.