Home

Awesome

note-publish

This is a small Notable.app interceptor to take in a POST request from the "Share via Link..." function and publish a file directly to a Github repository, designed for easy blog posting.

I'm currently using it with Hugo but I don't see why it also wouldn't work with Jekyll/any other Markdown based CMS with the appropriate fields in the front matter (see Requirements below).

This can be run locally or anywhere that can run node.js + some dependencies (I picked Vercel in this instance).

Skip to "Configuring notable.app" if you just want to use the instance I've set up.

Requirements

Setup / Run

Deploying to Vercel (optional)

Configuring notable.app

  ...
  ...},
  "sharing":{
    "endpoint": "https://note-publish.thinkaliker.com/post/https%3A%2F%2Fexample.com%2Fblog/octocat/my-website/content/blog",
    "password": "<your generated password here>",
    "ttl": 86400
  }
  ...

Publishing from notable.app