sivaragavan / mediumdesk-v1

Minimal Desktop App for Medium developed by Medium enthusiasts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediumDesk is not actively maintained. Please checkout Desk for Medium.com instead.


Github All Releases

MediumDesk

MediumDesk is a simple app that lets you read and write Medium stories when you are at your desk. Developed by Medium enthusiasts

Download

(Current version : 0.2.1)

OS X (10.9+)

Linux

Windows (7+) - Coming Soon

Features

The goal of this app is to purely extend medium.com's experience into desktops. We don't intend to modify/replace any behavior. For every feature we add, we ask ourselves "Would Medium do it, If they built a desktop app?".

  • The first goal is to be able to use medium.com without any issues in it's own window. So it is always accessible through your Applications folder, Dock / Task Bar, Search. To find your draft, you don't have to dig through browser tabs anymore.
  • Native Menus & Shortcuts for commonly used functions (Cmd N / Ctrl N - New Story, Cmd F / Ctrl F - Search Medium, Cmd 0-7 / Ctrl 0-7 - Home, Drafts, Public Stories, Stats, Bookmarks, Publications, Profile, Settings.)

Coming Soon

  • Import file from disk...
  • Back & Forward within the App
  • Open in Browser
  • Pin pages to keep them open
  • External URLs show a top bar similar to medium

Dev

Issues

Feel free to submit issues and enhancement requests.

Contributing

MediumDesk is built with Electron & would love to accept pull requests for any issues or feature request.

Read more on contributing

Commands
  • Init: $ npm install
  • Run: $ npm start
  • Build OS X: $ npm run build:osx
  • Build Linux: $ npm run build:linux
  • Build Windows: $ npm run build:windows
  • Build all: $ brew install wine and $ npm run build (OS X only)

About

Minimal Desktop App for Medium developed by Medium enthusiasts

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 6.5%Language:CSS 5.2%