Jump to content

infectious

Level 1
  • Posts

    2
  • Joined

  • Last visited

Posts posted by infectious

  1. My Evernote is so SLOOOOOOOW!! This the first time, since I started using Evernote years and years ago, that I've thought it might not be a viable option for my notes anymore. 

    As Metatrix said above, even just creating a new note is damn slow! It's also lagging when I write, and we're talking small notes here. Even just a few sentences. So it's not to do with the size of the notes. My cursor disappears, and it takes several seconds for it to respond or show what I just wrote. It takes me back to the 90s and waiting for things to load. This is just completely unacceptable! And almost renders it unusable.

    This problem showed up with the new update. Nothing else is painful and slow. Just Evernote.

    And I use Evernote for so many things in life. I have gladly been paying for Premium for a long time, because it's giving me so much value. I so hope that this will be solved.

  2. On 1/18/2018 at 5:02 PM, DTLow said:

    >>This is so simple to resolve. So weird

    Please share.  What's the process for resolving this?

     

    I read your question as antagonizing, not sure whether that's correct. Just in case: One very simple solution is to add another column in the note database for pinning. And then do two search queries instead of one when you retrieve the data to display, like this:

    SELECT Title FROM Notes WHERE Pinned="True" ORDER BY Date DESC;
    SELECT Title FROM Notes WHERE Pinned="False" ORDER BY Date DESC;

    It's an easy fix. There might be more elegant ways of solving it, but this was just top of mind.

×
×
  • Create New...