Skip to content

Instantly share code, notes, and snippets.

@omz
Created December 16, 2012 00:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save omz/4301281 to your computer and use it in GitHub Desktop.
Save omz/4301281 to your computer and use it in GitHub Desktop.
Test
This gist contains a workflow for Editorial, an app for writing plain text and markdown on iOS.
To import the workflow, copy the *entire* text of the gist, then open Editorial and create a new workflow.
------------ BEGIN WORKFLOW ------------
{
"actions" : [
{
"class" : "WorkflowActionSelectFromList",
"parameters" : {
"list" : {
"text" : "?",
"type" : "advancedText",
"tokenRanges" : {
"{0, 1}" : "Input"
}
}
}
},
{
"class" : "WorkflowActionRequestTextInput",
"parameters" : {
"multiLineOption" : 1,
"text" : {
"text" : "hello",
"type" : "advancedText",
"tokenRanges" : {
}
}
}
},
{
"class" : "WorkflowActionSelectFromList",
"parameters" : {
"list" : {
"text" : "?",
"type" : "advancedText",
"tokenRanges" : {
"{0, 1}" : "Input"
}
}
}
},
{
"class" : "WorkflowActionRequestTextInput",
"parameters" : {
"multiLineOption" : 1,
"text" : {
"text" : "hello",
"type" : "advancedText",
"tokenRanges" : {
}
}
}
}
]
}
------------- END WORKFLOW -------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment