Create Meeting Notes
PREREQUISITE: Load pd-notion .
Steps
-
npx tsx resources/pd-notion.ts search --query 'Meeting Notes' --type page
-
npx tsx resources/pd-notion.ts create-page --parent PARENT_ID --title 'Sync — March 10'
-
Append sections: npx tsx resources/pd-notion.ts append --id PAGE_ID --text '## Attendees' --type heading_2 npx tsx resources/pd-notion.ts append --id PAGE_ID --text '## Agenda' --type heading_2 npx tsx resources/pd-notion.ts append --id PAGE_ID --text '## Action Items' --type heading_2 npx tsx resources/pd-notion.ts append --id PAGE_ID --text '## Decisions' --type heading_2
For database-tracked meetings: use db-schema then add-row with properties.