zoukankan      html  css  js  c++  java
  • Using Evernote with Wine on Mint

    Install Evernote

    Install Evernote in Wine: wine Evernote_xxx.exe;

    Backup Evernote Database File Locally

    Database file location is: ~/.wine/drive_c/users/chad/Local Settings/Application Data/Evernote/Evernote/Databases/leechau.exb

    Query in Evernote

    Add the following command in Custom Actions of AppFinder:

    Type: Prefix

    Pattern: q. Command: env WINEPREFIX="/home/chad/.wine" wine C:Program FilesEvernoteEvernoteENScript.exe shownotes /q "%s"

    Now you can , input "q.ahk" to search all notes contains "ahk" evernote database.

    Create New Note

    env WINEPREFIX="/home/chad/.wine" wine C:\Program Files\Evernote\Evernote\ENScript.exe createNote hangs both on Windows7 and linux Wine, likes a Evernote bug. Here is a workaround:

    1. Use Application shortcuts defined in Keyboard "env WINEPREFIX="/home/chad/.wine" wine C:Program FilesEvernoteEvernoteEvernote.exe" to activate Evernote window;

    2. press ctrl+n to create a new note.

  • 相关阅读:
    天心阁漫步
    大美湘江
    easyui tree基本操作
    盗墓笔记
    半年了
    文件上传控件值发生变化后自动提交表单
    宁静的夏夜
    今天您给别人让座,将来别人给您让座
    优先队列priority_queue 用法详解
    POJ2387
  • 原文地址:https://www.cnblogs.com/darkmatter/p/3605634.html
Copyright © 2011-2022 走看看