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);
Shared by saita_ryouhei
Send To PressSync App With Text JavaScript Action
text=editor.getText();
url="presssync:///newPost?content="+encodeURIComponent(text);
app.openURL(url);