KM指的是KeyboardMaestro這個(gè)軟件。
懶人到這里下載
https://cl.ly/1y2e2G0O3N1p
目的是保存網(wǎng)址以及標(biāo)題到印象筆記特定筆記本的特定筆記
trigger隨便
如圖

Paste_Image.png
首先保證你有個(gè)叫做00.收集箱的筆記本和這個(gè)筆記本理由叫做網(wǎng)址收藏的筆記
或者更改為自己的筆記本名稱和筆記名稱
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 "網(wǎng)址收藏")
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就可以快速收藏網(wǎng)址了!
效果如下

Paste_Image.png
做完這個(gè),保存書(shū)簽只需不到1s!
更多參考
http://www.itdecent.cn/c/79eac682536a