Action Directory / Send2PressSync

Install

Send To PressSync App With Text
JavaScript Action

Shared by saita_ryouhei

Script

text=editor.getText();
url="presssync:///newPost?content="+encodeURIComponent(text);
app.openURL(url);