Editorial Workflows

Highlighter

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 workflow highlights user-specified text and styles it with a specified color and background color.

This workflow uses CSS to format markdown text. Feel free to edit.

Download the "Render to Pdf" workflow to save the formatted markdown file as a pdf.

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Choose Keyword ?
Title
Choose a keyword to Highlight...
Initial Text
  • Single Line
  • Multiple Lines
Keyboard Options:
Store Keyword ?
Variable Name
keyword
Value
Input
Select Color ?
Title
Text Color?
List (Lines)
red orange yellow green blue purple brown black white grey light grey
Multiple Selection
OFF
Show in Popover
OFF
Store Color ?
Variable Name
color_selection
Value
Input
Select Bacground Color ?
Title
Background Color?
List (Lines)
red orange yellow green blue purple brown black white grey light grey
Multiple Selection
OFF
Show in Popover
OFF
Store Background Color ?
Variable Name
background_color
Value
Input
Document Text ?
Folded Text
  • Include
  • Replace with:
If… ?
Run the block if
Input
  • is Equal to
  • is Not Equal to
  • Contains
  • Doesn't Contain
  • Matches Regular Expression
<b style="color:color_selection; background-color:background_color;text-align:center">keyword</b>
Find / Replace ?
Find
keyword
  • Case-insensitive (A = a)
  • Case-sensitive (A ≠ a)
  • Regular Expression
Replace with
<b style="color:color_selection; background-color:background_color;text-align:center">keyword</b>
Extend Selection ?
Direction
  • Backward
  • Forward
  • Both
Unit
  • Start/End of Document
  • Start/End of Line
  • Number of Characters...
1
Replace Selected Text ?
Replacement Text
Input
…End If