The ultimate n8n community nodes for Craft. Manage daily notes, documents, blocks, tasks, and collections โ all from your workflows.
โก Install โข ๐ Setup โข โจ Features โข ๐ฎ Examples โข ๐ ๏ธ Development
Two powerful nodes in one package. Whether you're automating daily journaling, syncing tasks to external systems, or building AI-powered document workflows โ this package has you covered.
|
Craft Daily Notes Blocks, tasks, collections, search |
Craft Documents Multi-document management |
AI Agent Ready Works with n8n AI tools |
Craft is beautiful for writing. But getting data in and out? Pain. This package fixes that.
| โ Without This Node | โ With This Node |
|
|
- Go to Settings โ Community Nodes in n8n
- Click Install
- Enter
n8n-nodes-craft-daily-notes - Click Install
cd ~/.n8n/nodes
npm install n8n-nodes-craft-daily-notes
|
|
๐ Security Note: The API URL contains your auth token. Keep it private.
| Resource | Operations |
|---|---|
| ๐ฆ Block | Get, Insert, Update, Delete, Move, Search |
| โ Task | Get, Add, Update, Delete |
| ๐๏ธ Collection | List, Get Schema, Get/Add/Update/Delete Items |
| ๐ Search | Search Across All Daily Notes |
| Resource | Operations |
|---|---|
| ๐ Document | List All Documents |
| ๐ฆ Block | Get, Insert, Update, Delete, Move, Search |
| ๐๏ธ Collection | List, Get Schema, Get/Add/Update/Delete Items |
| ๐ Search | Search Across All Documents |
- ๐
Relative Dates โ Use
today,tomorrow,yesterdayorYYYY-MM-DD - ๐ค AI Agent Support โ Works as a tool in AI-powered workflows
- ๐ Smart Dropdowns โ Collections load dynamically from your data
- โก Declarative Routing โ Clean, maintainable node architecture
Node: Craft Daily Notes
Resource: Block โ Get
Date: today
Node: Craft Daily Notes
Resource: Task โ Add
Content: "Review pull requests"
Location: Inbox
Node: Craft Documents
Resource: Block โ Insert
Document ID: (select from dropdown)
Content: "## Meeting Notes\n\n- Point 1\n- Point 2"
Node: Craft Daily Notes
Resource: Search โ Search Across Daily Notes
Terms: "project alpha"
# Install dependencies
npm install
# Development mode (hot reload)
npm run dev
# Build for production
npm run build
# Lint code
npm run lintโโโ credentials/ # API credential definitions
โโโ nodes/
โ โโโ CraftDailyNotes/ # Daily Notes node
โ โโโ CraftDocuments/ # Documents node
โโโ icons/ # Node icons (light/dark)
โโโ dist/ # Compiled output