Skip to content

Minimal Desktop App for Medium developed by Medium enthusiasts

License

Notifications You must be signed in to change notification settings

puppycodes/mediumdesk

 
 

Repository files navigation

# MediumDesk [![Downloads](https://img.shields.io/github/downloads/sivragav/mediumdesk/total.svg)](https://github.com/sivragav/mediumdesk/releases/latest) 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.5%
  • HTML 7.5%
  • CSS 6.0%