n8n-nodes-linkding
v0.1.1
Published
n8n community node for LinkDing bookmark management
Downloads
190
Maintainers
Readme
n8n-nodes-linkding
This is an n8n community node that lets you interact with LinkDing in your n8n workflows.
LinkDing is a self-hosted bookmark manager that provides a REST API for automation. This node allows you to manage bookmarks and tags directly from n8n.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Node Installation
- Go to Settings > Community Nodes in your n8n instance
- Select Install
- Enter
n8n-nodes-linkdingin Enter npm package name - Agree to the risks of using community nodes
- Select Install
After installation, the Linkding node will be available in your n8n instance.
Manual Installation (npm)
For self-hosted n8n instances:
npm install n8n-nodes-linkdingConfiguration
You'll need to configure your LinkDing credentials in n8n:
- Instance URL: The URL of your LinkDing instance (e.g.,
https://your-linkding-instance.com) - API Token: Your LinkDing API token (available in LinkDing Settings)
Operations
Bookmarks
- Create: Add new bookmarks with URL, title, description, notes, and tags
- Update: Modify existing bookmarks
- Get: Retrieve a single bookmark by ID
- Get Many: List and search bookmarks with pagination
- Delete: Remove bookmarks
- Archive: Archive a bookmark
- Unarchive: Restore an archived bookmark
Tags
- Create: Create new tags
- Get Many: List all tags with pagination
Compatibility
Tested with n8n version 1.0.0+
