App icon 1Writer

Send2PressSync

Shared by saita_ryouhei

Send To PressSync App With Text JavaScript Action

Script

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