evernote-sdk-patterns
Installation
SKILL.md
Evernote SDK Patterns
Overview
Production-ready patterns for working with the Evernote SDK, including search with NoteFilter, pagination, attachments, tags, error handling wrappers, and batch operations with rate limit handling.
Prerequisites
- Completed
evernote-install-authandevernote-hello-world - Understanding of Evernote data model (Notes, Notebooks, Tags, Resources)
- Familiarity with async/await and Promises
Instructions
Pattern 1: Search with NoteFilter
Use NoteFilter for query terms and sort order, paired with NotesMetadataResultSpec to select returned fields. This avoids fetching full note content when only metadata is needed.