Steward V3.6 发布 -- workflow / websites 增强,主题导出等
下载安装
更新
- Workflow 支持变量 Provides some global variables in workflow
// 批量打开相关的书签
bm {{host}}|shift
// 批量搜索选中的文本
{{selection}}|all
// 全局变量
{
title,
shortTitle,
selection,
icon,
url,
host,
pathname,
baseURL,
search,
hash
}
-
主题导出、导入
-
Wallpaer 新增纯色背景以及作者精选集
-
websites 两种编辑模式
-
默认添加页面保护的 action 可以保护页面被误关闭或刷新
-
Websites 新增 actions 功能
-
定义
// 自定义动作,trigger: ';'
"actions":[
{
"actionType":"click",
"pattern":"/*/*", // `minimatch`
"selector":".get-repo-btn:nth-child(2)", // css[jquery] selector
"title":"Download Zip"
},
{
"actionType":"copy",
"extend":{
"template":"git clone {{text}}" // string template for copy
},
"pattern":"/*/*",
"selector":".input-sm.form-control",
"title":"Copy Git URL"
}]
-
使用
-
plugin shiftkey 通用支持