Making workflowy://
links work on Linux requires a bit of setting up.
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