Jump to content

organizing

Level 2
  • Posts

    43
  • Joined

  • Last visited

Posts posted by organizing

  1. Running EN on an iMac with 12.4 macOS.
    When I expand a Note (by double-clicking or selecting Note/Open in New Window) the content of the note is blank.

    Also, when I select Evernote/About Evernote, the About window is blank.

    This has happened in previous versions.
    Of course, since my About Evernote window is blank...  I can't know my current EN version?

    Thanks

     

     

  2. Hi.  Earlier today, I was unable to display the sidebar and was unable to display any notes, other than the one that was displayed.
    Exiting and restarting EN simply brought up the EN title bar and the one note that was displayed before restarting EN.
    I think this problem has been happening since my upgrade to 10.x.x.  I am now running 10.18.3.
    Eventually, I was able to display the sidebar by importing a document into EN.

    When will this be fixed?
    What is the recommended workaround?
    Wouldn't a Display Home menu choice be handy to have available from the title bar menu?

    Thanks.

  3. Hi.  I've had an EN shopping list for a few years.  Lately, my practice with the list was to touch the checkboxes of all the items I need to pickup. Last week, I noticed a change with the list.  On some list items, when I touched a checkbox, an "x" would, as expected, appear in the checkbox.  However, on other items, a touch on the check box would produce a check, and the shopping item would be obscured with a strikeout.  How can I get the entire list setup on my Android device so that a touch on the checkbox produces an "x" and the item has no strikeout?

  4. Hi.  A while back I noticed that my Fujitsu ScanSnap scans into Evernote were not working correctly.
    Looking at the Apple Script below, can anyone tell me what might be going wrong.
    I think that one or both of these scripts were, probably copied from this forum, and, at one time, working. 

    Thanks. 

     

    // Possible Evernote Script #1
    (*
    on run {input, parameters}
        repeat with this_item in the input
            set item_info to info for this_item
            
            tell application id "com.evernote.evernote"
                activate
                create note from file this_item
            end tell
        end repeat
        
        return input
    end run
    *)

    //Possible Evernote Script #2
    (*
    on adding folder items to thisFolder after receiving newFiles
         delay 5
         repeat with newFile in newFiles
              tell application "Evernote" to create note from file newFile
              tell application "Finder" to delete (newFile)
         end repeat
    end adding folder items to
    *)

     

  5. Hi.  I recently noticed that my scanned documents were not being deleted after being imported into EN.

    After reading posts on this topic, I noticed that this functionality (applescript automation of EN) was lost after the upgrade to 10.0.

    I did not see any feedback from EN staff regarding when this functionality would be restored.

    Does anyone know the status of Applescript automation of EN in version 10+?

    Will it be restored?  When will it be restored?

    If any exists, what is the current Applescript / EN API?

  6. I, too, am seeing high cpu usage by en with version 6.15.4.7934. 

    Be nice if windows incorporated enhancements which...
    - allow users to set, right in task mgr, max cpu possible for an app
    - forced an app to report the reason for cpu usage above a certain level...  so we would know, for instance, that en is indexing the db, etc.

    Be nice if en would throttle-back non-critical, long running, high cpu operations, when sensing keyboard and mouse activity.

×
×
  • Create New...