Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    QEverCloud: Unofficial Evernote Cloud API for Qt - version 3.0 released

    Announcements
    evernote qevercloud github library api
    2
    3
    1235
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      d_ivanov last edited by d_ivanov

      A couple of years ago mgsxx announced the initial release of QEverCloud - the library implementing the Evernote SDK in a Qt-friendly way, using Qt's containers and data types. With QEverCloud you can easily interact with your Evernote account's notes, notebooks, tags and other various info from inside the Qt app using the library. QEverCloud is used by NixNote2, the unofficial Linux Evernote desktop client.

      About a year ago I took this project over and just recently the 3.0 release has hit the ground. Not much has changed from the functionality POV, my focus was on compatibility and the ease of packaging: the latest version of the library supports both Qt4 and Qt5 branches and within Qt5 it supports the use of either QtWebKit or QtWebEngine for OAuth. I've even created some packages for Linux, for now only for Debian Jessie, Linux Mint 17 and Fedora 24. More packages and packaging recipes for other OS and distros would hopefully follow.

      Everyone is welcome to try QEverCloud out and provide some feedback - questions, suggestions, problem reports, help with further packaging :)

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Do you have any plan to avoid the dependency on QtWebKit/QtWebEngine ? That way that module could be also use on mobile OSs.

        There's the o2 project that could be of interest for the OAuth part.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • D
          d_ivanov last edited by

          Hi,

          I don't have any immediate plans for this, however, I find it quite a reasonable request, thanks! I've filed an issue to remember about that.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post