Editorial Workflows

Open in...

public workflow

Install Workflow...

This workflow contains at least one Python script. Only use it if you trust the person who shared this with you, and if you know exactly what it does.

I understand, install the workflow!

This is a workflow for Editorial, a Markdown and plain text editor for iOS. To download it, you need to view this page on a device that has the app installed.

Description: Shows the "Open in..." menu for the current document.

Shared by: @olemoritz

Comments: Comment Feed (RSS)

anonymous — 02 Jun 2014
Very nice. I added a Stop in the If block to stop the workflow in case no file is in the editor
mkarneim — 07 Jun 2014
This is really useful. Thank you for sharing!
anonymous — 05 Jun 2017
Useful #1)

+ Add Comment

Workflow Preview
If… ?
Run the block if
File Name
  • is Equal to
  • is Not Equal to
  • Contains
  • Doesn't Contain
  • Matches Regular Expression
Show HUD ?
HUD Text
No File Open
Duration
  • 1 Second
  • 2 Seconds
  • 3 Seconds
Icon
  • "Success"
  • "Error"
…End If
Run Python Script ?
Source Code
#coding: utf-8
import editor
import console

p = editor.get_path()
console.open_in(p)