Jump to content
  • 0

Attachement


tomgda

Idea

1 reply to this idea

Recommended Posts

  • 0
  • Level 5*
22 hours ago, tomgda said:

Is there some way to find type of attachment in all notes? For example: I'd like to find all notes with mpeg file.

Yes. See https://dev.evernote.com/doc/articles/search_grammar.php

Quote

resource:[MIME type string] - will match notes that have a resource with a MIME type that matches the argument. E.g.:

  • resource:image/gif
    • Matches notes with at least one image/gif resource
  • resource:audio/*
    • Matches notes with at least one audio resource
  • -resource:image/*
    • Matches notes with no images
  • resource:application/vnd.evernote.ink
    • Matches notes with one or more ink resources

For example:  resource:video/*

to find all videos.  You can try other MIME types to get what you want.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...