App icon 1Writer

ActionMaker

Shared by wineroses

Make your action. The first line will be the name of the action, and the other lines will be the script.

Script


text=editor.getText();
title=text.split('\n')[0];
body=text.substr(title.length+1);
url='onewriter://x-callback-url/add-action?name='+encodeURIComponent(title)+'&script='+encodeURIComponent(body)+'&icon=702-share';
app.openURL(url);