Skip to content

nagyistge/flowdock-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowdock-electron

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.

Known issues

  1. Stay logged in session will missing after application restart
  2. Open link with electron.shell.openExternal(url) will trigger twice
  3. App will be quitted when window is closed
  4. App cannot be quitted via dock contextual menu
  5. Based on Known issues 4, shutdown and restart will be interrupted

Install

OS X

Download, unzip it, move Flowdock Electron.app to /Applications directory.

Linux

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

Windows

Download, unzip it

Thanks and reference

I am a beginner of Electron, some structs in this app was referred from trello-desktop

Thanks CA Flowdock and USERVOICE

About

CA Flowdock unofficial electron app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%