美文网首页印象笔记印象笔记 Evernote
利用KM结合印象笔记做一个书签收藏

利用KM结合印象笔记做一个书签收藏

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

    KM指的是KeyboardMaestro这个软件。
    懒人到这里下载
    https://cl.ly/1y2e2G0O3N1p
    目的是保存网址以及标题到印象笔记特定笔记本的特定笔记

    trigger随便
    如图

    Paste_Image.png

    首先保证你有个叫做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就可以快速收藏网址了!
    效果如下

    Paste_Image.png

    做完这个,保存书签只需不到1s!
    更多参考
    http://www.jianshu.com/c/79eac682536a

    相关文章

      网友评论

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

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