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.

  • 相关阅读:
    axios基础用法
    CSS盒子模型
    前端跨域问题解决方案
    跨域-iframe
    swagger UI配置
    React安装和启动
    React 学习笔记
    redis学习笔记
    10个排序算法,待更新
    docker常用命令,持续更新。。。
  • 原文地址:https://www.cnblogs.com/darkmatter/p/3605634.html
Copyright © 2011-2022 走看看