Editorial Workflows

Full Share Dialog (entire file)

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: Use this to access the full Share bar within iOS. This will allow user to (for example) send the entire file to OneDrive (if installed), copy the file to the Files or Notes app, or any other action that displays in the full Share bar for their setup.

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Run Python Script ?
Source Code
#coding: utf-8
import console, editor

console.open_in(editor.get_path())