KM指的是KeyboardMaestro这个软件。
懒人到这里下载
https://cl.ly/1y2e2G0O3N1p
目的是保存网址以及标题到印象笔记特定笔记本的特定笔记
trigger随便
如图
首先保证你有个叫做00.收集箱的笔记本和这个笔记本理由叫做网址收藏的笔记
或者更改为自己的笔记本名称和笔记名称
tell application "Keyboard Maestro Engine"
set x to value of variable "dd"
tell application "Evernote"
set notebook1 to notebook "00.收集箱"
set mynotes to (get every note in notebook1 whose title is "网址收藏")
if (count of mynotes) is equal to 1 then
set note1 to item 1 of mynotes
tell note1 to append text x
end if
end tell
end tell
之后我只有按下trigge就可以快速收藏网址了!
效果如下
做完这个,保存书签只需不到1s!
更多参考
http://www.jianshu.com/c/79eac682536a
网友评论