Editorial Workflows

Folding Text

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 selected text a collapsible, editable body of text in the preview window using the "details" and "contenteditable" html tags.

By default the tag is open.

This workflow is the basis for a larger workflow I am planning.


Shared by: Tutorial Doctor

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Get Summary ?
Title
Tag Summary?
Initial Text
  • Single Line
  • Multiple Lines
Keyboard Options:
Store Summary ?
Variable Name
summary
Value
Input
Replace Selected Text ?
Replacement Text
<details open> <summary>summary</summary> <p contenteditable = true> Selected Text </p> </details>