Deep Links in Workflowy are special URLs (using the workflowy:// protocol) that open directly to a specific bullet in the Workflowy desktop or mobile app.
1. Create ~/.local/share/applications/workflowy.desktop with the following content:
[Desktop Entry]
Name=Workflowy
Exec=/path/to/your.AppImage %u
Type=Application
MimeType=x-scheme-handler/workflowy;
NOTE: replace /path/to/your.AppImage with the actual path to the Workflowy AppImage.
2. Once the file is created, run the following commands to register it:
xdg-mime default workflowy.desktop x-scheme-handler/workflowy
update-desktop-database ~/.local/share/applications