One-command publishing of Ulysses notes!
This workflow takes the currently open Ulysses note, automates the steps of exporting it to nicely formatted HTML, publishes it to a url on a Github-pages backed site, and copies that url to the clipboard.
Setup Instructions
- If you don’t already have one, set up your Github pages site and make sure git is installed on your computer.
- Install this workflow from Packal
Configure the environment variables in the workflow:
notes_repository_path
: set to the absolute path of your Github pages repo where you want the notes html to be published.site_domain
: set to the domain where the notes are hosted—this will be used to construct the url that's copied to the clipboard after exporting.
- With the Ulysses note you want to publish open, bring up Alfred, type “pun” and hit enter.