Editorial Workflows

Choose URL's from Browser

unlisted 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: Shows a multiple selection list of all unique URL's on the current browser page and inserts them at the end of the document as Markdown reference links.

::: Made by Macdrifter
::: Version 1.1

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
Set Variable ?
Variable Name
cursorPos
Value
Sel. Range: Start
Set Variable ?
Variable Name
footInc
Value
1
Evaluate JavaScript ?
Source
var urls= []; for (var i= document.links.length; i-->0;) urls.push(document.links[i].href); //This sets the output of the workflow action: window.output = String(urls.join('\n'));
Sort Lines ?
Sort Order
  • Ascending (A → Z)
  • Descending (Z → A)
Remove Duplicate Lines ?
Console Input and Stop ?
Run the block if
1
  • is Equal to
  • is Not Equal to
  • Contains
  • Doesn't Contain
  • Matches Regular Expression
1
Console Output ?
Text
Input
Stop ?
Stop
  • This Workflow
  • Repeat Block
Show HUD Alert
ON
Message
Stopped
…End If
Select from List ?
Title
Found URLs
List (Lines)
Input
Multiple Selection
ON
Show in Popover
OFF
Move Caret ?
Direction
  • Backward
  • Forward
  • Start/End of Document
  • Start/End of Line
  • Number of Characters:
1
Repeat… ?
Repeat with
  • Every Line
  • Every Match of Regular Expression:
Match Group
0 (entire match)
Reverse
OFF
Replace Selected Text ?
Replacement Text
[footIncHour: 1 (24h)Minute: 01Second: 01]: (Input)
Math ?
Expression
footInc+1
On Error
  • Stop Workflow
  • Output "ERROR"
Result
  • Pass to Next Action
  • Store in Variable:
footInc
…End Repeat
Select Range ?
Range (from:to)
cursorPos:cursorPos
Relative to
  • Entire Document
  • Current Selection