Double-click a video's Name cell in the desktop table (or press the ✏️ button in the Note column) to edit its note inline. Enter saves, Shift+Enter adds a new line, Esc cancels, and clicking away saves. Changes sync to Google Sheets when connected.
jq -r '."Google YouTube Data API v3 API Key youtube"' google.json | pbcopyAll desktop and mobile column filters use the same case-insensitive syntax:
2022*Mentorshipor2022&Mentorship: match2022followed byMentorship, with any text (or none) between them.2022|Mentorship: match either phrase.2022 Mentorship|2016 Mentorship|2017 Mentorship: match any of these exact phrases (ignoring case).2022*Mentorship&Live|2016*Mentorship: combine any number of operators. AND (*,&) binds more tightly than OR (|).
Spaces are literal, including spaces next to operators; they are not trimmed or treated as AND. Do not wrap queries in quotes. AND terms must occur in order, without overlapping. Empty operands are ignored while typing; an empty or operators-only filter imposes no restriction. Operators are reserved characters, with no escaping or parentheses syntax. Filters on different columns must all match.
node --test tests/*.test.js