Skip to content

Conversation

@parterburn
Copy link
Contributor

@parterburn parterburn commented Jan 30, 2026

Description

Adds support for up to 2 Notion accounts.

Screencast

Checklist

- Merge branch \'contributions/merge-1769816651759\'
- Pull contributions
- Refactor promise handling in multiple components for improved readability. Adjusted formatting in `add-text-to-page.tsx`, `quick-capture.tsx`, and `CreatePageForm.tsx` to use multiline syntax for better clarity. Simplified function signatures in `useSearchPages` and `patchPage` for consistency.
- Implement support for multiple Notion accounts, allowing users to configure and switch between two accounts. Update relevant components and hooks to handle account-specific data. Enhance documentation to reflect new functionality.
- Forked
@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: notion Issues related to the notion extension AI Extension platform: macOS platform: Windows labels Jan 30, 2026
@raycastbot
Copy link
Collaborator

raycastbot commented Jan 30, 2026

Thank you for your contribution! 🎉

🔔 @HenriChabrand @mathieudutour @metakirby5 @erics118 @AlexIsMaking @Yakitrak @tleo19 @dariuszpaluch @zsidnam @edomora97 @samuelkraft @abesto @xmok @pernielsentikaer you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="ext/notion"
FORK_URL="https://github.com/parterburn/extensions.git"
EXTENSION_NAME="notion"
REPO_NAME="extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days.

…ue to an empty string instead of undefined. Modify `search-page.tsx` to include accountKeys in the search function signature for improved functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Extension extension fix / improvement Label for PRs with extension's fix improvements extension: notion Issues related to the notion extension platform: macOS platform: Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants