Mark2Notion is a browser extension and web app that allows users to seamlessly save bookmarks directly to their Notion workspace. With an intuitive interface and powerful integration with the Notion API, it simplifies organizing and managing links, ensuring everything is stored in one place.
- Save Bookmarks Instantly: Capture URLs, titles, and descriptions with a single click.
- Custom Tags and Notes: Add tags and notes to bookmarks for easy organization.
- Notion Integration: Directly save bookmarks to a specific Notion database.
- Cross-Browser Support: Available as a browser extension for Chrome, Firefox, and more.
- Responsive Web App: Access the bookmarking tool on any device via a modern web app.
- Secure OAuth Authentication: Connect and authenticate securely with Notion.
- React.js: For building the user interface.
- HTML5 & CSS3: To structure and style the application.
- JavaScript: Core logic and browser extension functionality.
- Node.js: Backend server to handle API requests and user authentication.
- Express.js: Framework for routing and server logic.
- Notion API: To interact with the Notion workspace for saving bookmarks.
- Browser APIs: To capture and process active tab data for browser extensions.
- OAuth 2.0: For secure user authentication with Notion.
- Firebase or MongoDB (Optional): To store user preferences and settings (if required).
- Netlify/Vercel: For deploying the frontend application.
- Heroku/AWS: For backend hosting (optional).
- Clone the repository:
git clone https://github.com/yourusername/mark2notion.git
- Navigate to the
extension
folder:cd mark2notion/extension
- Load the extension in your browser:
- For Chrome: Go to
chrome://extensions
, enable developer mode, and load the unpacked folder. - For Firefox: Go to
about:debugging
, click "This Firefox," and load the temporary add-on.
- For Chrome: Go to
- Install dependencies:
cd mark2notion/web npm install
- Start the development server:
npm start
- Open your browser and navigate to:
http://localhost:3000
- Install dependencies:
cd mark2notion/backend npm install
- Add your Notion integration token and database ID to the
.env
file:NOTION_TOKEN=your_notion_token NOTION_DATABASE_ID=your_database_id
- Start the server:
npm start
-
Connect Your Notion Account:
- Use the OAuth authentication flow to connect Mark2Notion to your Notion workspace.
-
Add Bookmarks:
- Use the browser extension or web app to save URLs, titles, and tags to your Notion database.
-
Manage Your Bookmarks:
- View and organize bookmarks directly within your Notion workspace.
mark2notion/
├── backend/ # Backend server code
├── web/ # Frontend React.js code
├── extension/ # Browser extension code
├── README.md # Project documentation
├── .env.example # Sample environment variables
└── package.json # Dependency management
- Bookmark Analytics: Visualize frequently visited or most saved bookmarks.
- Multi-User Support: Allow multiple accounts to manage bookmarks independently.
- Customizable Templates: Provide options to customize how bookmarks are saved in Notion.
- Search and Filter: Add powerful search and filtering features for quick access.
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure code quality and add documentation for new features.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or support, feel free to contact:
- Email: [email protected]
- GitHub: yourusername
- Website: yourwebsite.com