美文网首页Keyboard Maestro
利用KM结合印象笔记做一个单词收藏本

利用KM结合印象笔记做一个单词收藏本

作者: 鸭梨山大哎 | 来源:发表于2017-02-22 22:11 被阅读25次

    和这个并无什么大的不同,只是想法不一样!
    http://www.jianshu.com/p/21ba22862b87
    直接上图和代码

    Paste_Image.png
    
    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
    

    使用时按下command+c和trigger即可!

    相关文章

      网友评论

        本文标题:利用KM结合印象笔记做一个单词收藏本

        本文链接:https://www.haomeiwen.com/subject/hvqvwttx.html