Skip to content

Upload posts directly to medium for the Atom text editor

License

Notifications You must be signed in to change notification settings

ericadamski/atom-medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom Medium

Write your Medium stories in Atom and upload them to directly Medium as a draft or a public story.

info-bar

Usage

menu item

On your first time toggling this package, you will be sent to login to Medium and authorize this package as an application. Then your tokens will be stored in the config file (DO NOT SHARE THESE!). When the token expires, the package automatically fetches a new one, so don't worry about authentication after your first go.

The package currently looks for file names with the .md extension, and uses the file name as the post title.

ex. filename 'My-Post.md' story title 'My Post'

Road map

  • Tests
  • Implement Medium like editor inside Atom (without auto rendering)
  • Allow for image upload (when the Medium Node SDK allows for it)
  • Also handle HTML files
  • Allow for more configuration of posts
  • Updates to posts

Collaborators

@ericadamski

@ChrisChinchilla

Development

This repository is for Atom plugin development!