Description
n8n-nodes-karakeep
An n8n community node for integrating with Karakeep bookmark management service.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes in your n8n instance
- Select Install and enter
n8n-nodes-karakeep - Click Install
Manual Installation
- Clone this repository
- Run
npm installto install dependencies - Run
npm run buildto build the node - Run
npm run link:n8nto link the node to your local n8n installation
Development
Prerequisites
- Node.js 18+
- n8n installed locally
- TypeScript knowledge
Setup
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Link to n8n:
npm run link:n8n
Development Workflow
- Make changes to the source code
- Run
npm run devfor watch mode compilation - Restart n8n to see changes
- Test your changes in n8n workflows
Available Scripts
npm run build– Build the projectnpm run dev– Watch mode for developmentnpm run test– Run testsnpm run lint– Lint the codenpm run format– Format the codenpm run link:n8n– Link to local n8n installationnpm run unlink:n8n– Unlink from local n8n installation
Usage
- Add Karakeep credentials with your API key and instance URL
- Add the Karakeep node to your workflow
- Select the resource type (Bookmarks, Lists, Tags, etc.)
- Choose the operation you want to perform
- Configure the parameters as needed
Resources
The Karakeep node supports the following resources:
- Bookmarks: Create, read, update, delete, and search bookmarks
- Lists: Manage bookmark collections
- Tags: Organize bookmarks with tags
- Highlights: Manage text highlights within bookmarks
- Users: Access user information and statistics
- Assets: Upload and manage files associated with bookmarks
You can find examples and sample workflows in the examples directory
License
MIT
Support
For issues and feature requests, please use the GitHub issue tracker.