Skip to content

Instantly share code, notes, and snippets.

@botanicus
Last active April 23, 2019 15:00
Show Gist options
  • Save botanicus/1a554373d340aad21336322088a9a96b to your computer and use it in GitHub Desktop.
Save botanicus/1a554373d340aad21336322088a9a96b to your computer and use it in GitHub Desktop.

Workflow

Option I

  • Editorial workflow that POSTs an article file in markdown format with headers to an endpoint.
  • Simple Rack app that exposes POST /publish.

Cons

  • Vendor lock-in (Editorial).

Option II

  • Have the dropbox image sync /Blog posts/Publish (or sync /Blog posts and scan for publish: true). Share as a volume.
  • Have a Guard-like script watch that volume and publish it.

Option III

  • Write a workflow and use the Share menu to execute it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment