Forum Archive

Safari bookmarklets

gerwitz

Does anyone have any examples of using the editorial: inter-app URL scheme? I'd love to have a bookmarklet for Safari that invokes Editorial and passes data to a workflow.

(Specifically, I want to replicate and expand on this, but shouldn't need to depend on Drafts: http://imissmymac.com/bookmarklet-to-save-a-link-and-title-in-markdown-format-and-copy-to-clipboard/ )

realburch

Something like the below can pass input to a workflow via a bookmark where command is the URL encoded name of the target workflow.
javascript:window.location='editorial://?command=WorkflowName&input='';