Jump to content

Traveller1

Level 2
  • Posts

    46
  • Joined

  • Last visited

Posts posted by Traveller1

  1. Thanks for the info about html clipping.

    Regarding the search box, I was unclear. I was referring to the option to search the help topics, not my notes. For example, I could open the help menu and there would be a search box where I could type 'format' and all the format options would appear. This meant even if I did not know the exact name of the service I was looking for I had a good chance of finding that service.

     

    ps Macintosh version.

  2. I am using EN 10.9.10 and 2 questions come to me.

    a. Before, I am sure in EN, I could open the 'help' menu and see a search bar. With this I could search EN for whatever I needed, rather than now having to know exactly what I needed and the precise name of that function. Is the search gone?

    b. Before, I was sure that I could edit html docs clipped into EN. Now I cannot.

    What is happening?

  3. Thanks for the work involved. Yes, when I save or open this blue square the file is clearly present in the EN note. It would be better of course if the file were fully visible, certainly with the filename, however, as long as the file is stored in EN I am content. It does seems as if the Mac version has less capability than the Win version. Thanks again for the info.

  4. 1 hour ago, s2sailor said:

    You can attach any file type to a note and it should sync to other devices.  You would attach a RAW file in the same way as other files.  Can you provide more information like what the specific trouble is and which client you are working on?

    When I drag the .ORF file into a note the file is not copied, rather a blue question mark appears. Copy attached. I am using the Mac version of EN.

    screenshot-  2019-06-08 at 21.37.11.jpg

  5. 5 hours ago, DTLow said:

    I'm not seeing the import folder in your script

    Yes, the script can get more complex; setting title, notebook, tags, ....

    I'm a big fan of scripting

    Whoops, let me clarify. This is part of automator. The automator commands before this script select the folder. I have become a moderate fan of scripting.

    screenshot-  2019-06-04 at 05.46.09.jpg

    • Thanks 1
  6. I figured out how to create an applescript to auto import photos with a tag. Here it is. Obviously, change the notebook, tag, and import folder to your situation:

     

    on run {input, parameters}
        
        repeat with this_item in the input
            set the item_info to info for this_item
            tell application id "com.evernote.evernote"
                activate
                create note from file this_item notebook "Photobackup" tags "photo_backup"
            end tell
        end repeat
        return input
        return input
    end run

  7. 8 minutes ago, DTLow said:

    Thanks DT,

    I was thinking of a folder approach. Can you explain more about a script for automatically adding "title, tags, notebook". Do you mean Automator?

     

    8 minutes ago, DTLow said:

    Which device/platform?  I use a Mac.

    I can use an import folder; any files moved there are imported into Evernote and become a note.

    I can use a script to automatically assign title, tags, notebook, ...

     

  8. I would like advice on using EN as a photo backup service. Is there anyone who is using EN in this way? I have read several dated discussions of this topic, but none that answered my questions.

    Background: I have ~90,000 photos and am a premium user. I use a Macbook Air. I would like to store all my existing photos on EN. Also automatically backup all new photos. With a 10gb limit this will take time, but I am not in a hurry.

    I do use Flickr, but there have been a few problems with flick recently, also flick does not backup RAW photos, of which I take many.

    By asking, I am not trying to avoid thinking for myself. I have though of how best to do—I just want to avoid reinventing the wheel.

    Any suggestions? Thanks.

×
×
  • Create New...