A macOS menubar application for quick access to Notion.
This application provides a convenient way to access Notion directly from your Mac's menubar. It allows for quick note-taking and easy access to your Notion workspace without the need to open a full browser window.
- Quick access to Notion from the macOS menubar
- Easy note-taking interface
- Direct link to your Notion workspace
- OAuth authentication with Notion
- Remembers last visited Notion page
- Resizable window
- Node.js (v14 or later recommended)
- npm (usually comes with Node.js)
- Notion account
- Notion API integration set up (to obtain CLIENT_ID and CLIENT_SECRET)
- Clone this repository:
git clone https://github.com/Iamadig/mac-menubar-notion.git - Navigate to the project directory:
cd mac-menubar-notion - Install dependencies:
npm install - Create a
.envfile in the root directory and add your Notion API credentials:NOTION_CLIENT_ID=your_client_id_here NOTION_CLIENT_SECRET=your_client_secret_here
To start the application:
- Open a terminal and navigate to the project directory.
- Run the following command:
npm start - The application will launch and appear in your macOS menubar.
- Click on the menubar icon to open the Notion interface.
- If you haven't logged in before, you'll be prompted to authenticate with your Notion account.
- Once authenticated, you can start using Notion directly from the menubar.
- You can resize the window by dragging the bottom-right corner.
- The application remembers your last visited page in Notion.
- To quit the application, right-click on the menubar icon and select "Quit".