Editorial Workflows

Editable Preview

public workflow

Install 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: This simple workflow makes your markdown text editble in the preview window, using the "contenteditable" html tag.

This is my first test on how this tag could be used.

I will add more features to this as they come to me.

Run the workflow and switch to the preview to test it out!

Shared by: Tutorial Doctor

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Document Text ?
Folded Text
  • Include
  • Replace with:
Set Variable ?
Variable Name
doc_text
Value
Input
Extend Selection ?
Direction
  • Backward
  • Forward
  • Both
Unit
  • Start/End of Document
  • Start/End of Line
  • Number of Characters...
1
Replace Selected Text ?
Replacement Text
<html> <body> <div contenteditable="true"> doc_text </div> </body> </html>