總體效果如下

Paste_Image.png
第一步創(chuàng)建關鍵詞trigger。

Paste_Image.png
第二步利用applescript創(chuàng)建筆記

Paste_Image.png
代碼如下
set theQuery to "{query}"
tell application "Evernote"
create note with text theQuery title theQuery notebook "日程安排" tags "日程安排"
end tell
其中日程安排是筆記本的名字,tag是你想添加的標簽。
第三步,提示信息

Paste_Image.png
設置完成之后,就可以啟動alfed,以關鍵詞rc快速創(chuàng)建印象筆記了!

Paste_Image.png