Replies: 1 comment
-
|
LOL I've got it to work with a clunky workaround. When it tried to open the web address of the document in the browser, I chose the option to rather always open the links in the desktop app. So it now opens a tab in the browser, and then starts up the app with that document open as I wanted it. Would be nice if we could skip the tab having to be opened and redirected, though. The fact it does open the app at the correct document though, suggests it must be possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using an Elgato Stream Deck with a some buttons dedicated to quickly opening some key documents immediately on starting. So for example, I have a button that quickly opens my Linux commands syntax, and another for my Python command syntax notes.
In the same way a command line, or even a bash script, could also start up AFFiNE but immediately show a desired document instead of navigating through a few steps to locate it.
In the case of Joplin Notes this type of syntax was working for me as the command:
/usr/bin/joplin-desktop 'joplin://x-callback-url/openNote?id=725458bbe42546f49352be5274f81a56'In the case of Obsidian Notes this used to work based on the document name match:
obs-cli open 'Arch Linux Manjaro Tips'Right now, I'm using the
gtk-launch affinecommand to open AFFiNE, but I don't find any documentation about any possible parameters that can be appended for startup options.Worst case, I suppose I could just run the
xdg-open https://weburland open the document in the default browser in a tab. But it would be nice if it could open in the desktop app.Beta Was this translation helpful? Give feedback.
All reactions