CA Flowdock unofficial electron app
There is a critical issue on Flowdock official Mac app: User can't paste images from the clipboard, so user can only use Flowdock web version.
This Electron app use WebContent to load https://www.flowdock.com/app
and add an Edit
menu on ApplicationMenu to let user can copy and paste content to the app.
Stay logged in session will missing after application restartOpen link withelectron.shell.openExternal(url)
will trigger twiceApp will be quitted when window is closed- App cannot be quitted via dock contextual menu
- Based on Known issues 4, shutdown and restart will be interrupted
Download, unzip it, move Flowdock Electron.app to /Applications directory.
Download, unzip it
Create a file in ~/.local/share/applications
named flowdock-electron.desktop
[Desktop Entry]
Name=Flowdock Electron
Exec=/path/to/Flowdock\ Electron
Terminal=false
Type=Application
Icon=/path/to/Flowdock\ Electron/resources/app/static/flowdock.png
Download, unzip it
I am a beginner of Electron, some structs in this app was referred from trello-desktop
Thanks CA Flowdock and USERVOICE