Feature Minimum Requirements 3.1, below this version, [Please upgrade] (http://github.com/solobat/Steward/) to the latest version.
Table of Contents
Meaning
Workflow is a combination of a series of commands that can be customized in Steward. The commands are enhanced when compared with that when used alone.
Create
In the Settings -> workflows panel click + New Workflow
button, and then fill in the form on the right, where the Title and Content fields are required.
Content needs to follow a simple syntax:
- Format:
command|numbers|shift
command
is required,By thetrigger
+ space +query
composition, be careful not to forget the space- you can use
variables
incommand
. Provides some global variables in workflow
### usage #### open related bookmarks bm {{host}}|shift #### search with selected text {{selection}}|all ### global vars { title, shortTitle, selection, icon, url, host, pathname, baseURL, search, hash }
- you can use
numbers
is optional,The number of entries indicating the role of the preceding command is valid only for commands with the batch icon behind the trigger.from-to
format,will act on the items fromfrom
to theto
, such asbm | 1-8
, note that counting from1
.n
format,will act on thenth
item, such aspo | 2
, also counting from1
all
format,will be applied to all matching entries, such asbk | all
, the use of all must pay attention, or accidentally may open a lot of tabs.
shift
is optional,That the use of thecommand + shift
operation, valid only⇧
icon is after the trigger of the command, such assite |shift
, usually shift does not need to exist with the numbers.
Even more powerful, Workflow can also be used in combination, that is, a Workflow which can perform another workflow, such as:
wf disable
wf block
Usage
Enter wf
in the command box will list all the workflow, press Enter / Return
will execute the selected workflow, then there will be Toast to display the commands of workflow.
Illustration
Notice
Because workflow contains a variety of batches of operations, you must use numbers
with caution when creating your workflow.